mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-25 06:46:29 +02:00
Fixed an error on the function"tags_get_all_user_agents"
This commit is contained in:
parent
63d322244d
commit
b99e777300
@ -2298,7 +2298,7 @@ function tags_get_all_user_agents ($id_tag = false, $id_user = false, $groups_an
|
|||||||
$groups_clause = " AND ".tags_get_acl_tags_module_condition($groups_and_tags, "tagente_modulo");
|
$groups_clause = " AND ".tags_get_acl_tags_module_condition($groups_and_tags, "tagente_modulo");
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$groups_clause = " AND tagente.id_grupo IN (".implode(',',$groups_and_tags).")";
|
$groups_clause = " AND tagente.id_grupo IN (".implode(',', array_keys($groups_and_tags)).")";
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!empty($filter['id_group'])) {
|
if (!empty($filter['id_group'])) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user