Index: trunk/extensions/SocialProfile/UserBoard/SpecialSendBoardBlast.php |
— | — | @@ -36,8 +36,7 @@ |
37 | 37 | // This feature is available only to logged-in users. |
38 | 38 | if ( !$wgUser->isLoggedIn() ) { |
39 | 39 | $wgOut->setPageTitle( wfMsg( 'boardblastlogintitle' ) ); |
40 | | - $output = wfMsgExt( 'boardblastlogintext', 'parse' ); |
41 | | - $wgOut->addHTML( $output ); |
| 40 | + $wgOut->addWikiMsg( 'boardblastlogintext' ); |
42 | 41 | return ''; |
43 | 42 | } |
44 | 43 | |