r103205 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r103204‎ | r103205 | r103206 >
Date:18:26, 15 November 2011
Author:bsitu
Status:ok
Tags:
Comment:
Removing unnecessary space in FeedbackItem.php line 196
Modified paths:
  • /trunk/extensions/MoodBar/FeedbackItem.php (modified) (history)

Diff [purge]

Index: trunk/extensions/MoodBar/FeedbackItem.php
@@ -193,7 +193,7 @@
194194 } elseif ( $key == 'type' ) {
195195 return in_array( $value, self::$validTypes );
196196 } elseif ( $key == 'comment' ) {
197 - $comment_len = mb_strlen( $value );
 197+ $comment_len = mb_strlen( $value );
198198 return $comment_len > 0 && $comment_len <= 140;
199199 }
200200

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r103061this fixes bug32108 - Adding server side check for empty commentbsitu22:57, 14 November 2011

Status & tagging log