Followup r101449, bit better message output
This commit is contained in:
parent
8aaff6a976
commit
c0a5f90eb0
1 changed files with 2 additions and 2 deletions
|
|
@ -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" );
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue