From: Andreas Unterkircher Date: Sat, 9 Jun 2007 07:14:14 +0000 (+0000) Subject: fixed some new introduced errors X-Git-Tag: phpfspot-1.2~265 X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97515e0f70a469982927f9e617fff8e60c9593d3;p=phpfspot.git fixed some new introduced errors git-svn-id: file:///var/lib/svn/phpfspot/trunk@70 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- 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