X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=phpfspot_img.php;h=0afdd7b2d8dc5f728492d0dffd32b8ff405bd143;hp=e2e0325eb2271b288b01db982d529e091c679e2f;hb=e610a123c520cb5de19f07a5dd1dd20b3965c60c;hpb=c54dcf670a6ea58d885eb143c0eac8d90d3020f7 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