Index: trunk/phase3/includes/specials/Newpages.php |
— | — | @@ -267,8 +267,7 @@ |
268 | 268 | * @param string $type |
269 | 269 | */ |
270 | 270 | protected function feed( $type ) { |
271 | | - require_once 'SpecialRecentchanges.php'; |
272 | | - |
| 271 | + require_once('Recentchanges.php'); |
273 | 272 | global $wgFeed, $wgFeedClasses; |
274 | 273 | |
275 | 274 | if ( !$wgFeed ) { |
Index: trunk/phase3/includes/specials/Recentchangeslinked.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | /** |
10 | 10 | * |
11 | 11 | */ |
12 | | -require_once( 'SpecialRecentchanges.php' ); |
| 12 | +require_once( 'Recentchanges.php' ); |
13 | 13 | |
14 | 14 | /** |
15 | 15 | * Entrypoint |
— | — | @@ -151,7 +151,6 @@ |
152 | 152 | $rchanges[] = $obj; |
153 | 153 | } |
154 | 154 | } |
155 | | - require_once( "SpecialRecentchanges.php" ); |
156 | 155 | $wgOut->disable(); |
157 | 156 | rcDoOutputFeed( $rchanges, $feed ); |
158 | 157 | return; |