initialize Profiler instance singleton with ProfilerStub if 'bogus' is detected,...
[lhc/web/wiklou.git] / maintenance / rebuildLocalisationCache.php
index 83b7cc8..0ca9961 100644 (file)
@@ -37,7 +37,7 @@ class RebuildLocalisationCache extends Maintenance {
                $this->addOption( 'force', 'Rebuild all files, even ones not out of date' );
                $this->addOption( 'threads', 'Fork more than one thread', false, true );
        }
-       
+
        public function memoryLimit() {
                return '200M';
        }
@@ -130,4 +130,4 @@ class RebuildLocalisationCache extends Maintenance {
 }
 
 $maintClass = "RebuildLocalisationCache";
-require_once( DO_MAINTENANCE );
+require_once( RUN_MAINTENANCE_IF_MAIN );