From 11290994d2e479aa6b772b7c303b3a45bd6658e6 Mon Sep 17 00:00:00 2001 From: River Tarnell Date: Sun, 10 Jul 2005 00:22:30 +0000 Subject: [PATCH] add missing wfmsg --- includes/PageHistory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/PageHistory.php b/includes/PageHistory.php index 80e4deaa9a..3092045009 100644 --- a/includes/PageHistory.php +++ b/includes/PageHistory.php @@ -78,7 +78,7 @@ class PageHistory { */ $id = $this->mTitle->getArticleID(); if( $id == 0 ) { - $wgOut->addWikiText( 'nohistory' ); + $wgOut->addWikiText( wfMsg('nohistory') ); wfProfileOut( $fname ); return; } -- 2.20.1