Index: trunk/extensions/Translate/api/ApiGroupReview.php |
— | — | @@ -18,7 +18,7 @@ |
19 | 19 | |
20 | 20 | public function execute() { |
21 | 21 | global $wgUser, $wgTranslateWorkflowStates; |
22 | | - if ( !count( $wgTranslateWorkflowStates ) ) { |
| 22 | + if ( !$wgTranslateWorkflowStates ) { |
23 | 23 | $this->dieUsage( 'Message group review not in use', 'disabled' ); |
24 | 24 | } |
25 | 25 | |