r67624 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r67623‎ | r67624 | r67625 >
Date:15:00, 8 June 2010
Author:nikerabbit
Status:ok
Tags:
Comment:
Minor whitespace fix
Modified paths:
  • /trunk/extensions/Translate/scripts/fuzzy.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/scripts/fuzzy.php
@@ -86,7 +86,7 @@
8787 $count = count( $msgs );
8888 STDOUT( "Found $count pages to update." );
8989
90 - foreach ( $msgs as $phpIsStupid ) {
 90+ foreach ( $msgs as $phpIsStupid ) {
9191 list( $title, $text ) = $phpIsStupid;
9292 $this->updateMessage( $title, TRANSLATE_FUZZY . $text, $this->dryrun, $this->comment );
9393 unset( $phpIsStupid );

Status & tagging log