mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-04 17:02:17 +02:00
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:
+1
-1
@@ -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'];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user