diff options
-rw-r--r-- | phpfspot.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
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); |