From 1d40fed0044e4eb40b323d16a10192237eba7b29 Mon Sep 17 00:00:00 2001 From: z0rglub Date: Fri, 24 Sep 2004 00:03:07 +0000 Subject: bug correction : if you rate a picture and then launch the slideshow, all pictures are rated with the same rate git-svn-id: http://piwigo.org/svn/trunk@535 68402e56-0260-453c-a942-63ccdbb3a9ee --- picture.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'picture.php') diff --git a/picture.php b/picture.php index a8c166efe..473571448 100644 --- a/picture.php +++ b/picture.php @@ -194,7 +194,7 @@ foreach (array('prev', 'current', 'next') as $i) $picture[$i]['url'] = PHPWG_ROOT_PATH.'picture.php'; $picture[$i]['url'].= get_query_string_diff(array('image_id','add_fav', - 'slideshow')); + 'slideshow','rate')); $picture[$i]['url'].= '&image_id='.$row['id']; } -- cgit v1.2.3