From: Rob Church Date: Mon, 18 Dec 2006 18:26:57 +0000 (+0000) Subject: Er, that should be wfMsg()... X-Git-Tag: 1.31.0-rc.0~54851 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=86ae8e1fa778939b811e460bd836194ef37762be;p=lhc%2Fweb%2Fwiklou.git Er, that should be wfMsg()... --- diff --git a/includes/OutputPage.php b/includes/OutputPage.php index f5a0eb3cf7..25ff449341 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -895,7 +895,7 @@ class OutputPage { } if( is_string( $source ) ) { - $this->addWikiText( 'viewsourcetext' ); + $this->addWikiText( wfMsg( 'viewsourcetext' ) ); if( $source === '' ) { global $wgTitle; if ( $wgTitle->getNamespace() == NS_MEDIAWIKI ) {