Index: trunk/phase3/includes/User.php |
— | — | @@ -3761,7 +3761,7 @@ |
3762 | 3762 | |
3763 | 3763 | $signature = empty($signature) ? "~~~~~" : "{$signature} ~~~~~"; |
3764 | 3764 | |
3765 | | - $template = Title::newFromText( wfMsg( 'usermessage-template' ) ); |
| 3765 | + $template = Title::newFromText( wfMsgForContent( 'usermessage-template' ) ); |
3766 | 3766 | if ( !$template |
3767 | 3767 | || $template->getNamespace() !== NS_TEMPLATE |
3768 | 3768 | || !$template->exists() ) { |