Index: trunk/extensions/MoodBar/ApiMoodBar.php |
— | — | @@ -36,7 +36,7 @@ |
37 | 37 | |
38 | 38 | public function logFeedback( $params, $itemId ) { |
39 | 39 | $title = SpecialPage::getTitleFor( 'FeedbackDashboard', $itemId ); |
40 | | - $reason = wfMessage( 'moodbar-log-reason' )->params( $params['type'], $params['comment'] )->escaped(); |
| 40 | + $reason = wfMessage( 'moodbar-log-reason' )->params( $params['type'], $params['comment'] )->text(); |
41 | 41 | $log = new LogPage( 'moodbar' ); |
42 | 42 | $log->addEntry( 'feedback', $title, $reason ); |
43 | 43 | } |