Cleanup for r27897:
[lhc/web/wiklou.git] / includes / SpecialRecentchangeslinked.php
index 14508d3..2a8ac32 100644 (file)
@@ -35,6 +35,7 @@ function wfSpecialRecentchangeslinked( $par = NULL ) {
        }
        $id = $nt->getArticleId();
 
+       $wgOut->setPageTitle( wfMsg( 'recentchangeslinked-title', $nt->getPrefixedText() ) );
        $wgOut->setSubtitle( htmlspecialchars( wfMsg( 'rclsub', $nt->getPrefixedText() ) ) );
 
        if ( ! $days ) {
@@ -171,4 +172,4 @@ $GROUPBY
        $wgOut->addHTML( $s );
 }
 
-?>
+