Index: trunk/phase3/includes/PageHistory.php |
— | — | @@ -78,7 +78,7 @@ |
79 | 79 | */ |
80 | 80 | $id = $this->mTitle->getArticleID(); |
81 | 81 | if( $id == 0 ) { |
82 | | - $wgOut->addWikiText( wfMsg('nohistory') ); |
| 82 | + $wgOut->addWikiText( wfMsg( 'nohistory' ) ); |
83 | 83 | wfProfileOut( $fname ); |
84 | 84 | return; |
85 | 85 | } |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -551,8 +551,9 @@ |
552 | 552 | * (bug 1553) Stop forcing lowercase in Monobook skin for German language. |
553 | 553 | * (bug 1064) Implements Special:Unusedcategories |
554 | 554 | * (bug 2311) New language file for Macedonian |
| 555 | +* Fix nohistory message on empty page history |
555 | 556 | |
556 | | - |
| 557 | + |
557 | 558 | === Caveats === |
558 | 559 | |
559 | 560 | Some output, particularly involving user-supplied inline HTML, may not |