summaryrefslogtreecommitdiffstats
path: root/phpfspot_img.php
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2008-04-12 12:28:49 +0200
committerAndreas Unterkircher <unki@netshadow.at>2008-04-12 12:58:37 +0200
commit14eb0419012155b6d36f25dd9bd1d2ba683dbed7 (patch)
treed20a0d13ce26aeaaa84e26b43a4abb665b156789 /phpfspot_img.php
parent7688cbcdf666c2c538bc35cbc4efbe929a8fa9da (diff)
translate_path() only needs one parameters. remove unused second one
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
Diffstat (limited to 'phpfspot_img.php')
-rw-r--r--phpfspot_img.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpfspot_img.php b/phpfspot_img.php
index f298b00..461f5c6 100644
--- a/phpfspot_img.php
+++ b/phpfspot_img.php
@@ -79,7 +79,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'));
+ $fullpath = $this->parent->translate_path($this->parent->parse_uri($details['uri']));
}
/* show thumbnail */
else {