diff --git a/pandora_console/include/functions_events.php b/pandora_console/include/functions_events.php index ea85ed589b..8f96e7c66d 100644 --- a/pandora_console/include/functions_events.php +++ b/pandora_console/include/functions_events.php @@ -3743,7 +3743,7 @@ function events_page_responses($event, $childrens_ids=[]) ['id_group' => $id_groups] ); - if (empty($event_responses)) { + if (empty($event_responses) || (!check_acl($config['id_user'], 0, 'EW') && !check_acl($config['id_user'], 0, 'EM'))) { $data[1] = ''.__('N/A').''; } else { $responses = [];