user ack filter in event list not displaying users with all group

This commit is contained in:
alejandro-campos 2019-11-05 11:03:28 +01:00
parent 6f3e42e732
commit 9fc635a7a9
2 changed files with 2 additions and 2 deletions

View File

@ -1018,7 +1018,7 @@ $adv_inputs[] = $in;
$user_users = users_get_user_users(
$config['id_user'],
$access,
users_can_manage_group_all()
users_can_manage_group_all($access)
);
$data = html_print_select(

View File

@ -767,7 +767,7 @@ $data[0] = __('User ack.').$jump;
$user_users = users_get_user_users(
$config['id_user'],
$access,
users_can_manage_group_all()
users_can_manage_group_all($access)
);
$data[0] .= html_print_select(