X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=phpfspot_img.php;fp=phpfspot_img.php;h=f3eb3088f4b363030ccb11b88b7c4a080768dd58;hp=412c5f26dc0ed07fd0a03f10d5b4add87145de5e;hb=cd7402eecd6b5e50dcc62d8394342e6717c359e5;hpb=55677896eb839e20542440e51c5737a318240dab diff --git a/phpfspot_img.php b/phpfspot_img.php index 412c5f2..f3eb308 100644 --- a/phpfspot_img.php +++ b/phpfspot_img.php @@ -78,7 +78,7 @@ class PHPFSPOT_IMG { /* no width specified - show photo in its original size */ if($width == 0) { - $fullpath = $this->parent->translate_path($this->parent->parse_uri($details['uri'])); + $fullpath = $this->parent->translate_path($this->parent->parse_uri($details['uri'], 'fullpath')); } /* show thumbnail */ else {