From: Alexandre Emsenhuber Date: Mon, 16 Jun 2008 22:17:36 +0000 (+0000) Subject: Don't break feeds X-Git-Tag: 1.31.0-rc.0~46990 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=b8a3a4190dc23f0743005a5296209a20734d2b3f;p=lhc%2Fweb%2Fwiklou.git Don't break feeds --- 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;