Index: trunk/extensions/MoodBar/MoodBar.i18n.php |
— | — | @@ -290,6 +290,9 @@ |
291 | 291 | 'moodbar-type-happy' => '$1 is the username that can be used for GENDER', |
292 | 292 | 'moodbar-type-sad' => '$1 is the username that can be used for GENDER', |
293 | 293 | 'moodbar-type-confused' => '$1 is the username that can be used for GENDER', |
| 294 | + 'moodbar-feedback-load-record-error' => 'Error message for errors in loading a feedback or response to a feedback', |
| 295 | + 'moodbar-feedback-response-title' => 'The title for appending feedback response text to a user talk page', |
| 296 | + 'moodbar-feedback-view-link' => 'link to an individual feedback', |
294 | 297 | 'moodbar-user-ip' => '{{Identical|IP Address}}', |
295 | 298 | ); |
296 | 299 | |
Index: trunk/extensions/MoodBar/FeedbackResponseItem.php |
— | — | @@ -263,11 +263,11 @@ |
264 | 264 | } |
265 | 265 | |
266 | 266 | /** |
267 | | - * Get the Feedback Item this Response is associated to |
| 267 | + * Set the Feedback Item this Response is associated to |
268 | 268 | * @param $mbf_id mbfr_mbf_id in moodbar_feedback_response table |
269 | 269 | * @return bool |
270 | 270 | */ |
271 | | - public function setFeedbackItem($mbf_id) { |
| 271 | + protected function setFeedbackItem($mbf_id) { |
272 | 272 | $dbr = wfGetDB( DB_SLAVE ); |
273 | 273 | |
274 | 274 | $row = $dbr->selectRow( 'moodbar_feedback', '*', |