r88352 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r88351‎ | r88352 | r88353 >
Date:21:21, 17 May 2011
Author:platonides
Status:ok
Tags:
Comment:
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) (history)

Diff [purge]

Index: trunk/phase3/includes/db/Database.php
@@ -2963,7 +2963,7 @@
29642964 }
29652965
29662966 function getHTML() {
2967 - global $wgUseFileCache, $wgShowDBErrorBacktrace;
 2967+ global $wgShowDBErrorBacktrace;
29682968
29692969 $sorry = htmlspecialchars( $this->msg( 'dberr-problems', 'Sorry! This site is experiencing technical difficulties.' ) );
29702970 $again = htmlspecialchars( $this->msg( 'dberr-again', 'Try waiting a few minutes and reloading.' ) );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r87630Follow-up r85918:...happy-melon14:01, 7 May 2011

Status & tagging log