aboutsummaryrefslogtreecommitdiffstats
path: root/picture.php
diff options
context:
space:
mode:
authorz0rglub <z0rglub@piwigo.org>2004-09-24 00:03:07 +0000
committerz0rglub <z0rglub@piwigo.org>2004-09-24 00:03:07 +0000
commit1d40fed0044e4eb40b323d16a10192237eba7b29 (patch)
tree50a047d1f1b303b70210b62e8331062566d972dc /picture.php
parentacfbcac7bb1f7a50463aa187ad15bf8fcb1f725d (diff)
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
Diffstat (limited to 'picture.php')
-rw-r--r--picture.php2
1 files changed, 1 insertions, 1 deletions
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'].= '&amp;image_id='.$row['id'];
}