Merge branch 'master' of /var/cache/git/phpfspot
authorAndreas Unterkircher <unki@netshadow.at>
Sun, 30 Dec 2007 11:19:22 +0000 (12:19 +0100)
committerAndreas Unterkircher <unki@netshadow.at>
Sun, 30 Dec 2007 11:19:22 +0000 (12:19 +0100)
1  2 
phpfspot.class.php

index 841da503f46454bb9ac38c458172b9c13d123e44,ea91b011ce3f2ae67bc4a1fc81ea41b700f52c26..5e641172d6c0157cb0ec1d2a3892cb3961bc5a8a
@@@ -1267,10 -1288,8 +1288,10 @@@ class PHPFSPOT 
  
        $file_md5 = md5_file($full_path);
  
-       $this->_debug("Image [". $idx ."] ". $this->shrink_text($details['name'], 20) ." Thumbnails:");
+       $this->_debug("Image [". $idx ."] ". $this->shrink_text($this->parse_uri($details['uri'], 'filename'), 20) ." Thumbnails:");
  
 +      $changes = false;
 +
        foreach($resolutions as $resolution) {
  
           $thumb_sub_path = substr($file_md5, 0, 2);