http://www.mediawiki.org/wiki/Special:Code/MediaWiki/88352

Revision: 88352
Author:   platonides
Date:     2011-05-17 21:21:21 +0000 (Tue, 17 May 2011)
Log Message:
-----------
Follow up r87630. The file cache is now checked at reportHTML() which overrides 
the default implementation of MWException::reportHTML()

Modified Paths:
--------------
    trunk/phase3/includes/db/Database.php

Modified: trunk/phase3/includes/db/Database.php
===================================================================
--- trunk/phase3/includes/db/Database.php       2011-05-17 20:54:10 UTC (rev 
88351)
+++ trunk/phase3/includes/db/Database.php       2011-05-17 21:21:21 UTC (rev 
88352)
@@ -2963,7 +2963,7 @@
        }
 
        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.' ) );


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to