diff options
Diffstat (limited to 'phpfspot_img.php')
-rw-r--r-- | phpfspot_img.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpfspot_img.php b/phpfspot_img.php index f298b00..461f5c6 100644 --- a/phpfspot_img.php +++ b/phpfspot_img.php @@ -79,7 +79,7 @@ class PHPFSPOT_IMG { /* no width specified - show photo in its original size */ if($width == 0) { - $fullpath = $this->parent->translate_path($this->parent->parse_uri($details['uri'], 'fullpath')); + $fullpath = $this->parent->translate_path($this->parent->parse_uri($details['uri'])); } /* show thumbnail */ else { |