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
This commit is contained in:
z0rglub
2004-09-24 00:03:07 +00:00
parent acfbcac7bb
commit 1d40fed004
+1 -1
View File
@@ -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'];
}