r110382 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r110381‎ | r110382 | r110383 >
Date:10:51, 31 January 2012
Author:siebrand
Status:ok
Tags:i18nreview 
Comment:
Fix syntax error r110381.
Modified paths:
  • /trunk/extensions/Translate/scripts/sync-group.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/scripts/sync-group.php
@@ -70,7 +70,7 @@
7171 }
7272 }
7373
74 -if( !count( $groups ) {
 74+if( !count( $groups ) ) {
7575 STDERR( "ESG2: No valid message groups identified." );
7676 exit( 1 );
7777 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r110381* add "groupprefix" in sync-group.php....siebrand10:49, 31 January 2012

Status & tagging log