Index: branches/wmf/1.18wmf1/extensions/MoodBar/FeedbackItem.php |
— | — | @@ -194,7 +194,7 @@ |
195 | 195 | return in_array( $value, self::$validTypes ); |
196 | 196 | } elseif ( $key == 'comment' ) { |
197 | 197 | $comment_len = mb_strlen( $value ); |
198 | | - return $comment_len > 0 && $comment_len <= 140; |
| 198 | + return $comment_len <= 140; |
199 | 199 | } |
200 | 200 | |
201 | 201 | return true; |