From 1f8fc0f6b18c48c09774c35cf0e933b8770daedc Mon Sep 17 00:00:00 2001 From: Domas Mituzas Date: Tue, 6 Jun 2006 11:39:46 +0000 Subject: [PATCH] AutoLoad Feed classes --- includes/PageHistory.php | 1 - includes/QueryPage.php | 5 ----- includes/SpecialRecentchanges.php | 1 - 3 files changed, 7 deletions(-) diff --git a/includes/PageHistory.php b/includes/PageHistory.php index 320d857a39..f6cf419203 100644 --- a/includes/PageHistory.php +++ b/includes/PageHistory.php @@ -576,7 +576,6 @@ class PageHistory { * @param string $type */ function feed( $type ) { - require_once 'Feed.php'; require_once 'SpecialRecentchanges.php'; global $wgFeedClasses; diff --git a/includes/QueryPage.php b/includes/QueryPage.php index 7848c53cbc..515e458a3b 100644 --- a/includes/QueryPage.php +++ b/includes/QueryPage.php @@ -4,11 +4,6 @@ * @package MediaWiki */ -/** - * - */ -require_once 'Feed.php'; - /** * List of query page classes and their associated special pages, for periodic update purposes */ diff --git a/includes/SpecialRecentchanges.php b/includes/SpecialRecentchanges.php index 58fabf0edb..dc3a3ade99 100644 --- a/includes/SpecialRecentchanges.php +++ b/includes/SpecialRecentchanges.php @@ -8,7 +8,6 @@ /** * */ -require_once( 'Feed.php' ); require_once( 'ChangesList.php' ); /** -- 2.20.1