r101450 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r101449‎ | r101450 | r101451 >
Date:05:33, 1 November 2011
Author:reedy
Status:ok (Comments)
Tags:
Comment:
Followup r101449, bit better message output
Modified paths:
  • /trunk/phase3/includes/installer/DatabaseUpdater.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/DatabaseUpdater.php
@@ -624,8 +624,8 @@
625625 global $wgLocalisationCacheConf;
626626 $wgLocalisationCacheConf['forceRecache'] = true;
627627 $cl = $this->maintenance->runChild( 'RebuildLocalisationCache', 'rebuildLocalisationCache.php' );
628 - $this->output( "Rebuilding Localisation Cache... " );
 628+ $this->output( "Rebuilding localisation cache...\n" );
629629 $cl->execute();
630 - $this->output( "done.\n" );
 630+ $this->output( "Rebuilding localisation cache done.\n" );
631631 }
632632 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r101897REL1_18 MFT r101449, r101450, r101454reedy22:29, 3 November 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r101449Bug 30934 - Warning: Invalid argument supplied for foreach() in /languages/La...reedy05:23, 1 November 2011

Comments

#Comment by Hashar (talk | contribs)   15:38, 1 November 2011

untagging 1.18. It is not there :-)

#Comment by Reedy (talk | contribs)   19:01, 1 November 2011

Indeed, but it will be when the first rev is merged!

Status & tagging log