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 @@
74
74
$threshold = false;
75
75
}
76
76
77
-if ( isset( $options['nolocation'] ) ) {
77
+if ( isset( $options['no-location'] ) ) {
78
78
$noLocation = '--no-location ';
79
79
} else {
80
80
$noLocation = '';
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r83916
Allow removal of location information in the post-processing export step for ...
siebrand
16:27, 14 March 2011
Status & tagging log
22:49, 15 April 2011
Reedy
(
talk
|
contribs
)
changed the
status
of r84161
[
removed:
new
added:
deferred]