diff options
Diffstat (limited to 'application/models/mmultipaste.php')
-rw-r--r-- | application/models/mmultipaste.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/models/mmultipaste.php b/application/models/mmultipaste.php index fc0889377..52ea4dfb4 100644 --- a/application/models/mmultipaste.php +++ b/application/models/mmultipaste.php @@ -125,7 +125,7 @@ class Mmultipaste extends CI_Model { $f = new \service\storage($this->get_tarball_path($id)); $f->unlink(); - return $this->id_exists($id); + return !$this->id_exists($id); } public function get_owner($id) |