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 @@
267
267
268
268
// Do the actual save
269
269
$oldRevId = $articleObj->getRevIdFetched();
270
- $result = null;
271
270
// Fake $wgRequest for some hooks inside EditPage
272
271
// @todo FIXME: This interface SUCKS
273
272
$oldRequest = $wgRequest;
Follow-up revisions
Revision
Commit summary
Author
Date
r90489
Revert
r90488
, rename variable from
r90487
reedy
22:18, 20 June 2011
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r90487
Define a local variable for $result
reedy
22:13, 20 June 2011
Status & tagging log
22:18, 20 June 2011
Reedy
(
talk
|
contribs
)
changed the
status
of r90488
[
removed:
new
added:
reverted]