r54504 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r54503‎ | r54504 | r54505 >
Date:04:06, 6 August 2009
Author:aaron
Status:ok (Comments)
Tags:
Comment:
fix more breakage from r54255
Modified paths:
  • /trunk/phase3/maintenance/rebuildFileCache.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/rebuildFileCache.php
@@ -31,7 +31,7 @@
3232 }
3333
3434 public function execute() {
35 - global $wgUseFileCache, $wgDisableCounters, $wgTitle, $wgArticle, $wgOut;
 35+ global $wgUseFileCache, $wgContentNamespaces, $wgDisableCounters, $wgTitle, $wgArticle, $wgOut;
3636 if( !$wgUseFileCache ) {
3737 $this->error( "Nothing to do -- \$wgUseFileCache is disabled.", true );
3838 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r54255* added flag $wgJs2VideoTagOut flag for use with js2 system ( $wgEnableJS2sys...dale06:36, 3 August 2009

Comments

#Comment by Voice of All (talk | contribs)   04:07, 6 August 2009

r54225 to be correct

Status & tagging log