mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
change access permission to users in user ack filter in event list
This commit is contained in:
parent
9fc635a7a9
commit
e9b516c399
@ -1018,7 +1018,7 @@ $adv_inputs[] = $in;
|
|||||||
$user_users = users_get_user_users(
|
$user_users = users_get_user_users(
|
||||||
$config['id_user'],
|
$config['id_user'],
|
||||||
$access,
|
$access,
|
||||||
users_can_manage_group_all($access)
|
true
|
||||||
);
|
);
|
||||||
|
|
||||||
$data = html_print_select(
|
$data = html_print_select(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user