diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-06-09 07:14:14 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-06-09 07:14:14 +0000 |
commit | 97515e0f70a469982927f9e617fff8e60c9593d3 (patch) | |
tree | 049045cd1473a1d8545ba3b2cb203a48dc948513 | |
parent | 082eccbfa232173126225daae427ef6a1832338e (diff) |
fixed some new introduced errors
git-svn-id: file:///var/lib/svn/phpfspot/trunk@70 fa6a889d-dae6-447d-9e79-4ba9a3039384
-rw-r--r-- | phpfspot_img.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpfspot_img.php b/phpfspot_img.php index e2e0325..0afdd7b 100644 --- a/phpfspot_img.php +++ b/phpfspot_img.php @@ -24,6 +24,8 @@ class PHPFSPOT_IMG { { $this->parent->gen_thumbs($idx); + $details = $this->parent->get_photo_details($idx); + if($width == "") $fullpath = $this->parent->translate_path($details['directory_path']) ."/". $details['name']; else |