change for API consistency

This commit is contained in:
El RIDO 2015-09-01 23:51:31 +02:00
parent b25022e403
commit 602fc4705e

View File

@ -454,7 +454,7 @@ class zerobin
{
// Delete the paste
$this->_model()->delete($dataid);
$this->_return_message(0, 'Paste was properly deleted.');
$this->_return_message(0, $dataid);
}
else
{