Index: trunk/extensions/Ratings/Ratings.class.php |
— | — | @@ -35,7 +35,7 @@ |
36 | 36 | public static function getRatingSummaryMessage( Title $title, $tagName ) { |
37 | 37 | $tagData = self::getCurrentRatingForTag( $title, $tagName ); |
38 | 38 | |
39 | | - if ( count( $tagData['count'] ) > 0 ) { |
| 39 | + if ( $tagData['count'] > 0 ) { |
40 | 40 | $message = wfMsgExt( |
41 | 41 | 'ratings-current-score', |
42 | 42 | 'parsemag', |