Page MenuHomePhabricator

Delete Fails on requestWriteMode()
Closed, ResolvedPublic

Description

Author: eddieroger

Description:
I've downloaded the latest apiedit from SVN, and there's a bug in delete. When trying to run action=delete, the API returns the following:

Fatal error: Call to undefined method ApiDelete::requestWriteMode() in /var/www/phase3/includes/api/ApiDelete.php on line 87

I assume it's inheriting correctly, but I'm still looking for how to fix it. However, I wanted to log it anyway.


Version: unspecified
Severity: normal

Details

Reference
bz12197

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:01 PM
bzimport set Reference to bz12197.
bzimport added a subscriber: Unknown Object (MLST).

eddieroger wrote:

Patch for requestWriteMode

Attached:

ApiDelete and friends have been merged to trunk (r28051), where the bug was fixed (r28052 and r28053). The apiedit branch is obsolete right now. I'm keeping it around just in case someone decides to revert r28051.