r101988 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r101987‎ | r101988 | r101989 >
Date:12:43, 4 November 2011
Author:nikerabbit
Status:ok (Comments)
Tags:
Comment:
Simplify a bit
Modified paths:
  • /trunk/extensions/Translate/api/ApiGroupReview.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/api/ApiGroupReview.php
@@ -18,7 +18,7 @@
1919
2020 public function execute() {
2121 global $wgUser, $wgTranslateWorkflowStates;
22 - if ( !count( $wgTranslateWorkflowStates ) ) {
 22+ if ( !$wgTranslateWorkflowStates ) {
2323 $this->dieUsage( 'Message group review not in use', 'disabled' );
2424 }
2525

Comments

#Comment by Amire80 (talk | contribs)   14:53, 8 November 2011

Yay.

Status & tagging log