fix more breakage from r54255
authorAaron Schulz <aaron@users.mediawiki.org>
Thu, 6 Aug 2009 04:06:36 +0000 (04:06 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Thu, 6 Aug 2009 04:06:36 +0000 (04:06 +0000)
maintenance/rebuildFileCache.php

index 7b3be7d..4eac576 100644 (file)
@@ -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 );
                }