r84161 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r84160‎ | r84161 | r84162 >
Date:09:47, 17 March 2011
Author:siebrand
Status:deferred
Tags:
Comment:
Follow-up r83916: fix typo in option match.
Modified paths:
  • /trunk/extensions/Translate/scripts/export.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/scripts/export.php
@@ -73,7 +73,7 @@
7474 $threshold = false;
7575 }
7676
77 -if ( isset( $options['nolocation'] ) ) {
 77+if ( isset( $options['no-location'] ) ) {
7878 $noLocation = '--no-location ';
7979 } else {
8080 $noLocation = '';

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r83916Allow removal of location information in the post-processing export step for ...siebrand16:27, 14 March 2011

Status & tagging log