r73827 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r73826‎ | r73827 | r73828 >
Date:21:38, 27 September 2010
Author:siebrand
Status:ok
Tags:
Comment:
Fix syntax error in r73826.
Modified paths:
  • /trunk/extensions/Translate/scripts/export.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/scripts/export.php
@@ -104,7 +104,7 @@
105105
106106 foreach ( $langs as $lang ) {
107107 // Do not export if language code is to be skipped.
108 - if( in_array( $lang, $skip ) {
 108+ if( in_array( $lang, $skip ) ) {
109109 continue;
110110 }
111111

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r73826* add parameter 'skip' to make it possible to export * but not 'en' and 'qqq'...siebrand21:37, 27 September 2010

Status & tagging log