From: Tim Starling Date: Tue, 7 Dec 2010 00:50:36 +0000 (+0000) Subject: Fix incorrect use of wfMsgReal() from r77929, causes several warnings. X-Git-Tag: 1.31.0-rc.0~33498 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22articles%22%2C%22id_article=%24id_article%22%29%20.%20%22?a=commitdiff_plain;h=eede2807ed085981afb6bb6579d6d622b03d3863;p=lhc%2Fweb%2Fwiklou.git Fix incorrect use of wfMsgReal() from r77929, causes several warnings. --- diff --git a/includes/installer/WebInstaller.php b/includes/installer/WebInstaller.php index 77c92926fe..9d223eb483 100644 --- a/includes/installer/WebInstaller.php +++ b/includes/installer/WebInstaller.php @@ -637,7 +637,7 @@ class WebInstaller extends CoreInstaller { return "
\n" . - "" . wfMsgReal( 'config-help' ) . "\n" . + "" . wfMsgHtml( 'config-help' ) . "\n" . "" . $html . "\n" . "
\n"; }