r90493 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r90492‎ | r90493 | r90494 >
Date:22:39, 20 June 2011
Author:reedy
Status:ok
Tags:
Comment:
MFT manually r90490
Modified paths:
  • /branches/wmf/1.17wmf1/includes/api/ApiEditPage.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.17wmf1/includes/api/ApiEditPage.php
@@ -63,11 +63,7 @@
6464 $oldTitle = $titleObj;
6565
6666 $titles = Title::newFromRedirectArray( Revision::newFromTitle( $oldTitle )->getText( Revision::FOR_THIS_USER ) );
67 - //array_shift( $titles );
68 -
69 - $this->getResult()->addValue( null, 'foo', $titles );
70 -
71 -
 67+
7268 $redirValues = array();
7369 foreach ( $titles as $id => $newTitle ) {
7470

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r90490* (bug 29278) server error 500 when attempting to add text to a page via redi...reedy22:32, 20 June 2011

Status & tagging log