From: River Tarnell Date: Sun, 10 Jul 2005 00:22:30 +0000 (+0000) Subject: add missing wfmsg X-Git-Tag: 1.5.0beta4~178 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/%22%20.%20%22?a=commitdiff_plain;h=11290994d2e479aa6b772b7c303b3a45bd6658e6;p=lhc%2Fweb%2Fwiklou.git add missing wfmsg --- 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; }