summaryrefslogtreecommitdiffstats
path: root/phpfspot_img.php
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2007-06-09 07:14:14 +0000
committerAndreas Unterkircher <unki@netshadow.at>2007-06-09 07:14:14 +0000
commit97515e0f70a469982927f9e617fff8e60c9593d3 (patch)
tree049045cd1473a1d8545ba3b2cb203a48dc948513 /phpfspot_img.php
parent082eccbfa232173126225daae427ef6a1832338e (diff)
fixed some new introduced errors
git-svn-id: file:///var/lib/svn/phpfspot/trunk@70 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'phpfspot_img.php')
-rw-r--r--phpfspot_img.php2
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