Index: trunk/phase3/includes/PageHistory.php |
— | — | @@ -498,7 +498,8 @@ |
499 | 499 | * @param string $type |
500 | 500 | */ |
501 | 501 | function feed( $type ) { |
502 | | - require_once 'SpecialRecentchanges.php'; |
| 502 | + global $IP; |
| 503 | + require_once "$IP/includes/specials/Recentchanges.php"; |
503 | 504 | |
504 | 505 | global $wgFeed, $wgFeedClasses; |
505 | 506 | |