Implemented Controller::__deleteData

xf_phantom

Well-known member
Please add 2 params to the method to allow lazy coders to injecting extraData & extraOptions into the deleteData Method.

PHP:
protected function _deleteData($dataWriterName, $existingDataKeyName, $redirectLink, $redirectMessage = null)
{
 
Upvote 0
This suggestion has been implemented. Votes are no longer accepted.
strange
this one should have been posted in suggestions:D

and instead of moving it there, you can move it now to "implemented" (at least the extraOption was added)
 
Last edited:
Top Bottom