diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2008-10-15 21:48:06 +0200 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2008-10-15 21:48:06 +0200 |
commit | c26dd6eb3b24421abef1be71435b96aef6fe5548 (patch) | |
tree | 3a362e8153e5583d76080e60596cc111afd87bc2 /phpfspot_img.php | |
parent | f79d6ba1ebdd17a6d9e6e64f58ab05c898463d62 (diff) | |
parent | ad8f72f790097776757dfcd3eda84272fb17d142 (diff) |
Merge branch 'master' of /var/cache/git/phpfspot
Diffstat (limited to 'phpfspot_img.php')
-rw-r--r-- | phpfspot_img.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpfspot_img.php b/phpfspot_img.php index bb7e93f..b695204 100644 --- a/phpfspot_img.php +++ b/phpfspot_img.php @@ -163,7 +163,7 @@ class PHPFSPOT_IMG { $this->parent->gen_thumb($idx); } - $version = $this->parentÂ>get_latest_version($idx); + $version = $this->parent->get_latest_version($idx); $fullpath = $this->parent->get_thumb_path($width, $idx, $version); /* if the thumb file does not exist, create it */ |