add missing wfmsg
authorRiver Tarnell <kateturner@users.mediawiki.org>
Sun, 10 Jul 2005 00:22:30 +0000 (00:22 +0000)
committerRiver Tarnell <kateturner@users.mediawiki.org>
Sun, 10 Jul 2005 00:22:30 +0000 (00:22 +0000)
includes/PageHistory.php

index 80e4dea..3092045 100644 (file)
@@ -78,7 +78,7 @@ class PageHistory {
                 */
                $id = $this->mTitle->getArticleID();
                if( $id == 0 ) {
-                       $wgOut->addWikiText( 'nohistory' );
+                       $wgOut->addWikiText( wfMsg('nohistory') );
                        wfProfileOut( $fname );
                        return;
                }