fix more breakage from r54255

This commit is contained in:
Aaron Schulz 2009-08-06 04:06:36 +00:00
parent 0376e1280d
commit 859b25c95e

View 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 );
}