From 184d8beec750c47e2adad1faf3e9db0e95a304ea Mon Sep 17 00:00:00 2001 From: Platonides Date: Tue, 17 May 2011 21:21:21 +0000 Subject: [PATCH] Follow up r87630. The file cache is now checked at reportHTML() which overrides the default implementation of MWException::reportHTML() --- includes/db/Database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/db/Database.php b/includes/db/Database.php index 921f121196..9ea88d1497 100644 --- a/includes/db/Database.php +++ b/includes/db/Database.php @@ -2963,7 +2963,7 @@ class DBConnectionError extends DBError { } function getHTML() { - global $wgUseFileCache, $wgShowDBErrorBacktrace; + global $wgShowDBErrorBacktrace; $sorry = htmlspecialchars( $this->msg( 'dberr-problems', 'Sorry! This site is experiencing technical difficulties.' ) ); $again = htmlspecialchars( $this->msg( 'dberr-again', 'Try waiting a few minutes and reloading.' ) ); -- 2.20.1