mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-21 09:03:38 +02:00
fixes #1636 with whole_set selected, provide the list of image_ids
This commit is contained in:
@@ -51,7 +51,7 @@ if (isset($_POST['nb_photos_deleted']))
|
||||
}
|
||||
else if (isset($_POST['setSelected']))
|
||||
{
|
||||
$collection = $page['cat_elements_id'];
|
||||
$collection = explode(',', $_POST['whole_set']);
|
||||
}
|
||||
else if (isset($_POST['selection']))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user