From 86ae8e1fa778939b811e460bd836194ef37762be Mon Sep 17 00:00:00 2001 From: Rob Church Date: Mon, 18 Dec 2006 18:26:57 +0000 Subject: [PATCH] Er, that should be wfMsg()... --- includes/OutputPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) { -- 2.20.1