Index: trunk/extensions/NewUserMessage/NewUserMessage.class.php |
— | — | @@ -224,7 +224,7 @@ |
225 | 225 | $flags = $article->checkFlags( $flags ); |
226 | 226 | |
227 | 227 | if ( $flags & EDIT_UPDATE ) { |
228 | | - $text = $article->getContent() . $text; |
| 228 | + $text = $article->getRawText() . $text; |
229 | 229 | } |
230 | 230 | |
231 | 231 | $dbw = wfGetDB( DB_MASTER ); |