From 8dac266af4f26d4151548ae3857ef8f532d7ae96 Mon Sep 17 00:00:00 2001 From: Shish Moom Date: Tue, 14 Jul 2009 12:52:55 -0700 Subject: [PATCH] minor fix --- core/imageboard.pack.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/imageboard.pack.php b/core/imageboard.pack.php index 0a1578b3..6de2ed4e 100644 --- a/core/imageboard.pack.php +++ b/core/imageboard.pack.php @@ -294,7 +294,7 @@ class Image { global $database; $this->delete_tags_from_image(); $database->execute("DELETE FROM images WHERE id=?", array($this->id)); - log_info("core-image", "Deleted Image #{$image->id} ({$image->hash})"); + log_info("core-image", "Deleted Image #{$this->id} ({$this->hash})"); unlink($this->get_image_filename()); unlink($this->get_thumb_filename());