r10041 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r10040‎ | r10041 | r10042 >
Date:00:22, 10 July 2005
Author:kateturner
Status:old
Tags:
Comment:
add missing wfmsg
Modified paths:
  • /trunk/phase3/includes/PageHistory.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/PageHistory.php
@@ -78,7 +78,7 @@
7979 */
8080 $id = $this->mTitle->getArticleID();
8181 if( $id == 0 ) {
82 - $wgOut->addWikiText( 'nohistory' );
 82+ $wgOut->addWikiText( wfMsg('nohistory') );
8383 wfProfileOut( $fname );
8484 return;
8585 }

Status & tagging log