r36359 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r36358‎ | r36359 | r36360 >
Date:22:17, 16 June 2008
Author:ialex
Status:old
Tags:
Comment:
Don't break feeds
Modified paths:
  • /trunk/phase3/includes/PageHistory.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/PageHistory.php
@@ -498,7 +498,8 @@
499499 * @param string $type
500500 */
501501 function feed( $type ) {
502 - require_once 'SpecialRecentchanges.php';
 502+ global $IP;
 503+ require_once "$IP/includes/specials/Recentchanges.php";
503504
504505 global $wgFeed, $wgFeedClasses;
505506

Status & tagging log