From: Brion Vibber Date: Fri, 8 Aug 2008 21:02:52 +0000 (+0000) Subject: Cleanup to r38831 -- don't check _just_ 'rss' and 'atom', take anything. :) X-Git-Tag: 1.31.0-rc.0~46000 X-Git-Url: http://git.cyclocoop.org/clavettes/images/siteon3.jpg?a=commitdiff_plain;h=5c5195845f089bdbc92496798e04aa306af8ba22;p=lhc%2Fweb%2Fwiklou.git Cleanup to r38831 -- don't check _just_ 'rss' and 'atom', take anything. :) --- diff --git a/includes/OutputPage.php b/includes/OutputPage.php index 465d79871a..e985cb795a 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -1493,7 +1493,7 @@ class OutputPage { global $wgOverrideSiteFeed, $wgSitename; $rctitle = SpecialPage::getTitleFor( 'Recentchanges' ); - if ( isset( $wgOverrideSiteFeed['rss'] ) || isset( $wgOverrideSiteFeed['atom'] ) ) { + if ( $wgOverrideSiteFeed ) { foreach ( $wgOverrideSiteFeed as $type => $feedUrl ) { $tags[] = $this->feedLink ( $type,