I am having a problem with deleting data from a table in a plugin.
In the Model I am calling:
$this->delete((int) $this->data['Attachment']['id']);
But it is not deleting, and the ID is correct.
I am having a problem with deleting data from a table in a plugin.
In the Model I am calling:
$this->delete((int) $this->data['Attachment']['id']);
But it is not deleting, and the ID is correct.