fixed syntax error
authorAndreas Unterkircher <unki@netshadow.at>
Sat, 30 Jun 2007 10:00:48 +0000 (10:00 +0000)
committerAndreas Unterkircher <unki@netshadow.at>
Sat, 30 Jun 2007 10:00:48 +0000 (10:00 +0000)
git-svn-id: file:///var/lib/svn/phpfspot/trunk@146 fa6a889d-dae6-447d-9e79-4ba9a3039384

phpfspot.class.php

index fb54eb6cf87258fa7dd9401308919b8b9976a2e0..7084ce108e1ee59e6a128234e79e1b82b325a88f 100644 (file)
@@ -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);