From: Platonides Date: Tue, 17 May 2011 21:21:21 +0000 (+0000) Subject: Follow up r87630. The file cache is now checked at reportHTML() which overrides the... X-Git-Tag: 1.31.0-rc.0~30099 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=184d8beec750c47e2adad1faf3e9db0e95a304ea;p=lhc%2Fweb%2Fwiklou.git Follow up r87630. The file cache is now checked at reportHTML() which overrides the default implementation of MWException::reportHTML() --- 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.' ) );