fixes #1636 with whole_set selected, provide the list of image_ids

This commit is contained in:
plegall
2023-10-09 20:58:46 +02:00
parent cc99c0f1e9
commit 27e81f2984
2 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -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']))
{