fix more breakage from r54255
This commit is contained in:
parent
0376e1280d
commit
859b25c95e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 );
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue