Index: trunk/extensions/MoodBar/include/MoodBarHTMLEmailNotification.php |
— | — | @@ -159,7 +159,8 @@ |
160 | 160 | $FeedbackUrl, |
161 | 161 | $editorTalkPage, |
162 | 162 | $this->response, |
163 | | - $targetUserTalkPage )->escaped(); |
| 163 | + $targetUserTalkPage, |
| 164 | + $pageEditor )->escaped(); |
164 | 165 | $textBody = MessageCache::singleton()->transform( $textBody, false, null, $this->title ); |
165 | 166 | |
166 | 167 | //html version, this ugly as we have to make wiki link clickable in emails |
— | — | @@ -169,7 +170,8 @@ |
170 | 171 | $FeedbackUrl, |
171 | 172 | $editorTalkPage, |
172 | 173 | '<div style="margin-left:20px; margin-right:20px;">' .$this->response . '</div>', |
173 | | - $targetUserTalkPage ); |
| 174 | + $targetUserTalkPage, |
| 175 | + $pageEditor ); |
174 | 176 | $wgRequest->setVal( 'action', $action ); |
175 | 177 | |
176 | 178 | //assemable the email body |
Index: trunk/extensions/MoodBar/MoodBar.i18n.php |
— | — | @@ -166,7 +166,7 @@ |
167 | 167 | |
168 | 168 | 'moodbar-enotif-body' => 'Hello $1! |
169 | 169 | |
170 | | -Welcome to {{SITENAME}}, and thanks for your [[$2|feedback]]. Another Wikipedia user, [[$3|Responder]], wrote the following response: |
| 170 | +Welcome to {{SITENAME}}, and thanks for your [[$2|feedback]]. Another Wikipedia user, [[$3|$6]], wrote the following response: |
171 | 171 | |
172 | 172 | $4 |
173 | 173 | |