From 8bc618945da51980ab525cdfc470025cf1ae83f1 Mon Sep 17 00:00:00 2001 From: "Mark A. Hershberger" Date: Fri, 21 May 2010 00:52:07 +0000 Subject: [PATCH] re r66702 Use wfMsgForContent instead of wfMsg --- includes/User.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/User.php b/includes/User.php index 364503b1ed..b96c4d8df2 100644 --- a/includes/User.php +++ b/includes/User.php @@ -3761,7 +3761,7 @@ class User { $signature = empty($signature) ? "~~~~~" : "{$signature} ~~~~~"; - $template = Title::newFromText( wfMsg( 'usermessage-template' ) ); + $template = Title::newFromText( wfMsgForContent( 'usermessage-template' ) ); if ( !$template || $template->getNamespace() !== NS_TEMPLATE || !$template->exists() ) { -- 2.20.1