projects
/
phpfspot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f1b0f0
)
fixed syntax error
author
Andreas Unterkircher
<unki@netshadow.at>
Sat, 30 Jun 2007 10:00:48 +0000
(10:00 +0000)
committer
Andreas 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
patch
|
blob
|
history
diff --git
a/phpfspot.class.php
b/phpfspot.class.php
index fb54eb6cf87258fa7dd9401308919b8b9976a2e0..7084ce108e1ee59e6a128234e79e1b82b325a88f 100644
(file)
--- 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);