From: Aaron Schulz Date: Thu, 6 Aug 2009 04:06:36 +0000 (+0000) Subject: fix more breakage from r54255 X-Git-Tag: 1.31.0-rc.0~40470 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=859b25c95e7bef2b0b8288a1fc35b64ec5af7990;p=lhc%2Fweb%2Fwiklou.git fix more breakage from r54255 --- diff --git a/maintenance/rebuildFileCache.php b/maintenance/rebuildFileCache.php index 7b3be7d23b..4eac5764ec 100644 --- a/maintenance/rebuildFileCache.php +++ b/maintenance/rebuildFileCache.php @@ -31,7 +31,7 @@ class RebuildFileCache extends Maintenance { } public function execute() { - global $wgUseFileCache, $wgDisableCounters, $wgTitle, $wgArticle, $wgOut; + global $wgUseFileCache, $wgContentNamespaces, $wgDisableCounters, $wgTitle, $wgArticle, $wgOut; if( !$wgUseFileCache ) { $this->error( "Nothing to do -- \$wgUseFileCache is disabled.", true ); }