From 97515e0f70a469982927f9e617fff8e60c9593d3 Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Sat, 9 Jun 2007 07:14:14 +0000 Subject: fixed some new introduced errors git-svn-id: file:///var/lib/svn/phpfspot/trunk@70 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- phpfspot_img.php | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3-18-g5258