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

FEAT #8584 TIME 0:15 Note restriction for destination

parent ddcd270a
No related branches found
No related tags found
No related merge requests found
......@@ -180,6 +180,7 @@ switch ($mode) {
//}
}
}
$entitiesForRestriction[] = $destination;
}
for ($i=0;$i<count($entitiesList);$i++) {
if ($entitiesForRestriction && in_array($entitiesList[$i]->entity_id, $entitiesForRestriction)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment