From e28e411586de5f010b8a0e9ca96a862bf51d4c65 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Fri, 14 Mar 2008 00:31:27 +0000 Subject: [PATCH] Email subject in content language instead of sending user's UI language --- includes/SpecialEmailuser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SpecialEmailuser.php b/includes/SpecialEmailuser.php index e9e1144820..8995eb5dc8 100644 --- a/includes/SpecialEmailuser.php +++ b/includes/SpecialEmailuser.php @@ -98,7 +98,7 @@ class EmailUserForm { $wgOut->addWikiMsg( "emailpagetext" ); if ( $this->subject === "" ) { - $this->subject = wfMsg( "defemailsubject" ); + $this->subject = wfMsgForContent( "defemailsubject" ); } $emf = wfMsg( "emailfrom" ); -- 2.20.1