From: Andreas Unterkircher Date: Sat, 30 Jun 2007 10:00:48 +0000 (+0000) Subject: fixed syntax error X-Git-Tag: phpfspot-1.2~189 X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=commitdiff_plain;h=09615fcad9e06c18d9976e546f9b9599ddd50336 fixed syntax error git-svn-id: file:///var/lib/svn/phpfspot/trunk@146 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- diff --git a/phpfspot.class.php b/phpfspot.class.php index fb54eb6..7084ce1 100644 --- a/phpfspot.class.php +++ b/phpfspot.class.php @@ -516,7 +516,7 @@ class PHPFSPOT { $details = getimagesize($orig_image); /* check if original photo is a support image type */ - if(!$this->parent->checkifImageSupported($details['mime'])) + if(!$this->checkifImageSupported($details['mime'])) return false; $meta = $this->get_meta_informations($orig_image);