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 @@
206206 // Show help and exit if '--most' does not have a valid value and no groups set
207207 if ( isset( $options['most'] ) && !isset( $localisedWeights[$options['most']] ) && !isset( $options['groups'] ) ) {
208208 showUsage();
209 -} elseif ( !isset( $options['most'] ) && !isset( $options['groups'] ) ) {
210 - showUsage();
211209 }
212210
213211 if ( !isset( $options['output'] ) ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r72178Update documentation and fix an 'undefined index groups' when run without any...siebrand23:21, 1 September 2010

Status & tagging log