mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 01:03:31 +02:00
bug corrected for multipages view on list special category
git-svn-id: http://piwigo.org/svn/trunk@617 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -696,6 +696,8 @@ SELECT COUNT(1) AS count
|
||||
}
|
||||
$page['where'].= ' AND image_id IN ('.$_GET['list'].')';
|
||||
$page['cat_nb_images'] = count(explode(',', $_GET['list']));
|
||||
|
||||
$url.= '&list='.$_GET['list'];
|
||||
}
|
||||
|
||||
if (isset($query))
|
||||
|
||||
Reference in New Issue
Block a user