Skip to content
Snippets Groups Projects
Verified Commit 771113b4 authored by Damien's avatar Damien
Browse files

FEAT #55 Check group actions

parent c2e51f06
No related branches found
No related tags found
No related merge requests found
...@@ -524,7 +524,7 @@ class BasketController ...@@ -524,7 +524,7 @@ class BasketController
if ($groupAction['checked']) { if ($groupAction['checked']) {
$actionExists = false; $actionExists = false;
foreach ($actions as $action) { foreach ($actions as $action) {
if ($action['id'] == $groupAction['id_action']) { if ($action['id'] == $groupAction['id']) {
$actionExists = true; $actionExists = true;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment