aboutsummaryrefslogtreecommitdiffstats
path: root/includes/ChangesFeed.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/ChangesFeed.php')
-rw-r--r--includes/ChangesFeed.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/ChangesFeed.php b/includes/ChangesFeed.php
index aab2b4e43f2a..f3c3e4294f52 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 ) {
global $messageMemc, $wgFeedCacheTimeout;
- global $wgFeedClasses, $wgTitle, $wgSitename, $wgContLanguageCode;
+ global $wgFeedClasses, $wgSitename, $wgContLanguageCode;
if ( !FeedUtils::checkFeedOutput( $this->format ) ) {
return;