fixed some new introduced errors
authorAndreas Unterkircher <unki@netshadow.at>
Sat, 9 Jun 2007 07:14:14 +0000 (07:14 +0000)
committerAndreas Unterkircher <unki@netshadow.at>
Sat, 9 Jun 2007 07:14:14 +0000 (07:14 +0000)
git-svn-id: file:///var/lib/svn/phpfspot/trunk@70 fa6a889d-dae6-447d-9e79-4ba9a3039384

phpfspot_img.php

index e2e0325eb2271b288b01db982d529e091c679e2f..0afdd7b2d8dc5f728492d0dffd32b8ff405bd143 100644 (file)
@@ -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