Index: trunk/extensions/MoodBar/SpecialMoodBarFeedback.php |
— | — | @@ -102,7 +102,7 @@ |
103 | 103 | $type = $row->mbf_type; |
104 | 104 | $typeMsg = wfMessage( "moodbar-type-$type" )->escaped(); |
105 | 105 | $time = $wgLang->formatTimePeriod( $now - wfTimestamp( TS_UNIX, $row->mbf_timestamp ), |
106 | | - 'avoidminutes', 'noabbrevs' |
| 106 | + array( 'avoid' => 'avoidminutes', 'noabbrevs' => true ) |
107 | 107 | ); |
108 | 108 | $timeMsg = wfMessage( 'ago' )->params( $time )->escaped(); |
109 | 109 | $username = htmlspecialchars( $row->user_name === null ? $row->mbf_user_ip : $row->user_name ); |