From 51ddf4f1df99f73828bbef20e39a7bfaae510236 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Sat, 14 Feb 2009 16:00:51 +0000 Subject: =?UTF-8?q?Cleanup=20to=20$wgFeedClasses:=20*=20Remove=202=20unuse?= =?UTF-8?q?d=20globals=20*=20(bug=2017488)=20Link=20in=20toolbar=20to=20fe?= =?UTF-8?q?eds=20should=20be=20localized=20(already=20have=20the=20feed-$f?= =?UTF-8?q?ormat=20messages)=20Patch=20by=20Marcin=20Cie=C5=9Blak.=20*=20T?= =?UTF-8?q?angentially,=20can=20$wgFeedClasses=20be=20moved=20from=20Defin?= =?UTF-8?q?es=20to=20DefaultSettings=3F=20Seems=20to=20make=20more=20sense?= =?UTF-8?q?=20in=20the=20latter.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- includes/ChangesFeed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/ChangesFeed.php') diff --git a/includes/ChangesFeed.php b/includes/ChangesFeed.php index 33a1f05f596a..a0c2767a7a82 100644 --- a/includes/ChangesFeed.php +++ b/includes/ChangesFeed.php @@ -20,7 +20,7 @@ class ChangesFeed { public function execute( $feed, $rows, $limit=0, $hideminor=false, $lastmod=false, $target='' ) { global $messageMemc, $wgFeedCacheTimeout; - global $wgFeedClasses, $wgSitename, $wgContLanguageCode; + global $wgSitename, $wgContLanguageCode; if ( !FeedUtils::checkFeedOutput( $this->format ) ) { return; -- cgit v1.2.3