From ad8f72f790097776757dfcd3eda84272fb17d142 Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Sat, 4 Oct 2008 09:43:22 +0200 Subject: make get_random_tag_photo() behave correct when show_tags is set, fixes #81 Signed-off-by: Andreas Unterkircher --- phpfspot_img.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpfspot_img.php') 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 */ -- cgit v1.2.3-18-g5258