r36362 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r36361‎ | r36362 | r36363 >
Date:00:17, 17 June 2008
Author:aaron
Status:old
Tags:
Comment:
Fix more total breakage
Modified paths:
  • /trunk/phase3/includes/specials/Newpages.php (modified) (history)
  • /trunk/phase3/includes/specials/Recentchangeslinked.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/Newpages.php
@@ -267,8 +267,7 @@
268268 * @param string $type
269269 */
270270 protected function feed( $type ) {
271 - require_once 'SpecialRecentchanges.php';
272 -
 271+ require_once('Recentchanges.php');
273272 global $wgFeed, $wgFeedClasses;
274273
275274 if ( !$wgFeed ) {
Index: trunk/phase3/includes/specials/Recentchangeslinked.php
@@ -8,7 +8,7 @@
99 /**
1010 *
1111 */
12 -require_once( 'SpecialRecentchanges.php' );
 12+require_once( 'Recentchanges.php' );
1313
1414 /**
1515 * Entrypoint
@@ -151,7 +151,6 @@
152152 $rchanges[] = $obj;
153153 }
154154 }
155 - require_once( "SpecialRecentchanges.php" );
156155 $wgOut->disable();
157156 rcDoOutputFeed( $rchanges, $feed );
158157 return;

Status & tagging log