From b8a3a4190dc23f0743005a5296209a20734d2b3f Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Mon, 16 Jun 2008 22:17:36 +0000 Subject: [PATCH] Don't break feeds --- includes/PageHistory.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/PageHistory.php b/includes/PageHistory.php index a82748fddd..82ccdb31d7 100644 --- a/includes/PageHistory.php +++ b/includes/PageHistory.php @@ -498,7 +498,8 @@ class PageHistory { * @param string $type */ function feed( $type ) { - require_once 'SpecialRecentchanges.php'; + global $IP; + require_once "$IP/includes/specials/Recentchanges.php"; global $wgFeed, $wgFeedClasses; -- 2.20.1