From 2347b1fab88ff5551608e6608d57e18166f545f9 Mon Sep 17 00:00:00 2001 From: Shish Date: Mon, 14 May 2012 11:12:50 +0100 Subject: [PATCH] fff. --- 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 4b2134b1..2067d0c5 100644 --- a/core/imageboard.pack.php +++ b/core/imageboard.pack.php @@ -388,7 +388,7 @@ class Image { * @retval string */ public function get_mime_type() { - return getMimeType(get_image_filename()); + return getMimeType($this->get_image_filename()); } /**