Revert revert of setSingleton(), unrelated to broken, accidentally committed code...
[lhc/web/wiklou.git] / includes / SpecialRecentchangeslinked.php
index df7335a..ffb0a4d 100644 (file)
@@ -36,7 +36,6 @@ function wfSpecialRecentchangeslinked( $par = NULL ) {
        $id = $nt->getArticleId();
 
        $wgOut->setPageTitle( wfMsg( 'recentchangeslinked-title', $nt->getPrefixedText() ) );
-       $wgOut->setSubtitle( htmlspecialchars( wfMsg( 'rclsub', $nt->getPrefixedText() ) ) );
        $wgOut->setSyndicated();
        $wgOut->setFeedAppendQuery( "target=" . urlencode( $target ) );