* Fix nohistory message on empty page history
[lhc/web/wiklou.git] / includes / PageHistory.php
index 3092045..5445934 100644 (file)
@@ -78,7 +78,7 @@ class PageHistory {
                 */
                $id = $this->mTitle->getArticleID();
                if( $id == 0 ) {
-                       $wgOut->addWikiText( wfMsg('nohistory') );
+                       $wgOut->addWikiText( wfMsg( 'nohistory' ) );
                        wfProfileOut( $fname );
                        return;
                }