r90488 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r90487‎ | r90488 | r90489 >
Date:22:16, 20 June 2011
Author:reedy
Status:reverted
Tags:
Comment:
Followup r90487, kill $result=null in middle
Modified paths:
  • /trunk/phase3/includes/api/ApiEditPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiEditPage.php
@@ -266,7 +266,6 @@
267267
268268 // Do the actual save
269269 $oldRevId = $articleObj->getRevIdFetched();
270 - $result = null;
271270 // Fake $wgRequest for some hooks inside EditPage
272271 // @todo FIXME: This interface SUCKS
273272 $oldRequest = $wgRequest;

Follow-up revisions

RevisionCommit summaryAuthorDate
r90489Revert r90488, rename variable from r90487reedy22:18, 20 June 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r90487Define a local variable for $resultreedy22:13, 20 June 2011

Status & tagging log