summaryrefslogtreecommitdiffstats
path: root/phpfspot_img.php
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2008-10-04 09:43:22 +0200
committerAndreas Unterkircher <unki@netshadow.at>2008-10-04 09:43:22 +0200
commitad8f72f790097776757dfcd3eda84272fb17d142 (patch)
treed3b67f1a0d16a1fb0fb1cfa29f5ccbaedd218734 /phpfspot_img.php
parent7a065517afecaf0ca45df09c86c1ada201800a25 (diff)
make get_random_tag_photo() behave correct when show_tags is set, fixes #81
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 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 */