r57418 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r57417‎ | r57418 | r57419 >
Date:07:16, 6 October 2009
Author:siebrand
Status:deferred
Tags:
Comment:
Fix syntax error in r57417
Modified paths:
  • /trunk/extensions/Translate/scripts/groupStatistics.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/scripts/groupStatistics.php
@@ -360,7 +360,7 @@
361361 }
362362
363363 // Fill continent field
364 - if( ( isset( $options['continent'] ) ) {
 364+ if( isset( $options['continent'] ) ) {
365365 if( $mostSpokenLanguages[$code][2] == 'multiple' ) {
366366 $continent = ( $l10n ? "{{int:translate-gs-multiple}}" : 'Multiple' );
367367 } else {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r57417Easier to read checks and fix a logic issue in Continent displaysiebrand07:15, 6 October 2009

Status & tagging log