diff --git a/core/imageboard.pack.php b/core/imageboard.pack.php index 3c014a11..0f38d6e1 100644 --- a/core/imageboard.pack.php +++ b/core/imageboard.pack.php @@ -275,6 +275,7 @@ class Image { * Other actions */ public function delete() { + $this->delete_tags_from_image(); $this->database->execute("DELETE FROM images WHERE id=?", array($this->id)); unlink($this->get_image_filename());