mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Merge branch 'ent-8355-12617-GUARDIA-Problemas-de-visualización-de-eventos' into 'develop'
Ent 8355 12617 guardia problemas de visualización de eventos See merge request artica/pandorafms!4577
This commit is contained in:
commit
f5f35f0f40
@ -794,7 +794,7 @@ function tags_get_acl_tags(
|
||||
|
||||
$acltags = [];
|
||||
foreach ($raw_acltags as $group => $taglist) {
|
||||
if (!empty($id_group) && !in_array($group, $id_group)) {
|
||||
if (empty($id_group) === false && array_key_exists($group, $id_group) === false) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user