Follow up r87630. The file cache is now checked at reportHTML() which overrides the...
authorPlatonides <platonides@users.mediawiki.org>
Tue, 17 May 2011 21:21:21 +0000 (21:21 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Tue, 17 May 2011 21:21:21 +0000 (21:21 +0000)
includes/db/Database.php

index 921f121..9ea88d1 100644 (file)
@@ -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.' ) );