mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
Merge branch 'ent-11294-no-funciona-buscador-general-de-politicas-en-metaconsola' into 'develop'
Ent 11294 no funciona buscador general de politicas en metaconsola See merge request artica/pandorafms!5956
This commit is contained in:
commit
d8b582853f
@ -201,7 +201,7 @@ if ($searchpolicies === true) {
|
||||
and which the user have permission on this groups
|
||||
*/
|
||||
|
||||
$user_groups = users_get_groups($config['id_user'], 'AR', false);
|
||||
$user_groups = users_get_groups($config['id_user'], 'AR', true);
|
||||
$id_user_groups = array_keys($user_groups);
|
||||
$id_user_groups_str = implode(',', $id_user_groups);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user