summaryrefslogtreecommitdiffstats
path: root/phpfspot.class.php
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2007-06-30 10:00:48 +0000
committerAndreas Unterkircher <unki@netshadow.at>2007-06-30 10:00:48 +0000
commit09615fcad9e06c18d9976e546f9b9599ddd50336 (patch)
tree147e9e577c9e4504cad292280b794d1890b7229f /phpfspot.class.php
parent9f1b0f06c5f857f2dfe335b28ac98bf9748f86bb (diff)
fixed syntax error
git-svn-id: file:///var/lib/svn/phpfspot/trunk@146 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'phpfspot.class.php')
-rw-r--r--phpfspot.class.php2
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);