From: Rob Church Date: Sun, 7 May 2006 18:53:15 +0000 (+0000) Subject: Better safe than sorry X-Git-Tag: 1.31.0-rc.0~57206 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=3d3ee93b12dc41e30dbbc66e50e1bd2f0f8e2dba;p=lhc%2Fweb%2Fwiklou.git Better safe than sorry --- diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 3252fba201..ced28cf35d 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -584,7 +584,7 @@ function wfMsgExt( $key, $options ) { $parserOptions = new ParserOptions(); $parserOptions->setInterfaceMessage( true ); $parser->startExternalParse( $wgTitle, $parserOptions, OT_MSG ); - $string = $parser->transformMsg( $string, $wgMsgParserOptions ); + $string = $parser->transformMsg( $string, $parserOptions ); } if ( in_array('escape', $options) ) {