From: Chad Horohoe Date: Fri, 12 Sep 2008 22:16:14 +0000 (+0000) Subject: Needs mw- prefix. X-Git-Tag: 1.31.0-rc.0~45344 X-Git-Url: http://git.cyclocoop.org/fichier?a=commitdiff_plain;h=eaa402d3996ae563515a18275a492c81e2037449;p=lhc%2Fweb%2Fwiklou.git Needs mw- prefix. --- diff --git a/includes/OutputPage.php b/includes/OutputPage.php index 25a71805af..71eb8a4cc7 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -1252,7 +1252,7 @@ class OutputPage { // Wiki is read only $this->setPageTitle( wfMsg( 'readonly' ) ); $reason = wfReadOnlyReason(); - $wgOut->wrapWikiMsg( '
$1
', 'readonlytext' ); + $wgOut->wrapWikiMsg( '
$1
', 'readonlytext' ); } // Show source, if supplied