r73269 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r73268
|
r73269
|
r73270
>
Date:
08:00, 18 September 2010
Author:
siebrand
Status:
deferred
Tags:
Comment:
Partial revert of
r72178
. This broke --wmfscore as reported by Erik Zachte.
Modified paths:
/trunk/extensions/Translate/scripts/groupStatistics.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/Translate/scripts/groupStatistics.php
—
—
@@ -205,8 +205,6 @@
206
206
// Show help and exit if '--most' does not have a valid value and no groups set
207
207
if ( isset( $options['most'] ) && !isset( $localisedWeights[$options['most']] ) && !isset( $options['groups'] ) ) {
208
208
showUsage();
209
-} elseif ( !isset( $options['most'] ) && !isset( $options['groups'] ) ) {
210
- showUsage();
211
209
}
212
210
213
211
if ( !isset( $options['output'] ) ) {
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r72178
Update documentation and fix an 'undefined index groups' when run without any...
siebrand
23:21, 1 September 2010
Status & tagging log
14:22, 24 October 2010
Reedy
(
talk
|
contribs
)
changed the
status
of r73269
[
removed:
new
added:
deferred]