Index: trunk/phase3/includes/OutputPage.php |
— | — | @@ -3082,10 +3082,11 @@ |
3083 | 3083 | ); |
3084 | 3084 | } |
3085 | 3085 | } elseif ( !$this->getTitle()->isSpecial( 'Recentchanges' ) ) { |
| 3086 | + $rctitle = SpecialPage::getTitleFor( 'Recentchanges' ); |
3086 | 3087 | foreach ( $wgAdvertisedFeedTypes as $format ) { |
3087 | 3088 | $tags[] = $this->feedLink( |
3088 | 3089 | $format, |
3089 | | - $this->getTitle()->getLocalURL( "feed={$format}" ), |
| 3090 | + $rctitle->getLocalURL( "feed={$format}" ), |
3090 | 3091 | $this->msg( "site-{$format}-feed", $wgSitename )->text() # For grep: 'site-rss-feed', 'site-atom-feed'. |
3091 | 3092 | ); |
3092 | 3093 | } |