minor fix

This commit is contained in:
alejandro.campos@artica.es 2023-03-01 16:10:18 +01:00
parent a1f172e713
commit 296ec44ef4
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ if ($load_filter_id > 0) {
$user_groups_fl = users_get_groups(
$config['id_user'],
'AR',
users_can_manage_group_all(),
users_can_manage_group_all('AR'),
true
);