From 6ce057f5162e18cd5190717145a13e7c29fe9da7 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sun, 21 Jun 2009 22:42:39 +0000 Subject: added in skeleton for image and album classes --- thumbnail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thumbnail.php') diff --git a/thumbnail.php b/thumbnail.php index 688d400af..eaca0849f 100644 --- a/thumbnail.php +++ b/thumbnail.php @@ -62,7 +62,7 @@ } // Return the thumbnail and exit - $mime = $file->mimetype; + $mime = $file->getMimeType(); header("Content-type: $mime"); echo $contents; exit; -- cgit v1.2.3