r86360 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86359‎ | r86360 | r86361 >
Date:22:56, 18 April 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
fix fail count
Modified paths:
  • /trunk/extensions/Ratings/Ratings.class.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Ratings/Ratings.class.php
@@ -35,7 +35,7 @@
3636 public static function getRatingSummaryMessage( Title $title, $tagName ) {
3737 $tagData = self::getCurrentRatingForTag( $title, $tagName );
3838
39 - if ( count( $tagData['count'] ) > 0 ) {
 39+ if ( $tagData['count'] > 0 ) {
4040 $message = wfMsgExt(
4141 'ratings-current-score',
4242 'parsemag',

Status & tagging log