Followup r101449, bit better message output

This commit is contained in:
Sam Reed 2011-11-01 05:33:57 +00:00
parent 8aaff6a976
commit c0a5f90eb0

View file

@ -624,8 +624,8 @@ abstract class DatabaseUpdater {
global $wgLocalisationCacheConf;
$wgLocalisationCacheConf['forceRecache'] = true;
$cl = $this->maintenance->runChild( 'RebuildLocalisationCache', 'rebuildLocalisationCache.php' );
$this->output( "Rebuilding Localisation Cache... " );
$this->output( "Rebuilding localisation cache...\n" );
$cl->execute();
$this->output( "done.\n" );
$this->output( "Rebuilding localisation cache done.\n" );
}
}