This commit is contained in:
alejandro.campos@artica.es 2023-06-19 16:52:20 +02:00
parent 2923fa867e
commit d13be1e331
1 changed files with 1 additions and 1 deletions

View File

@ -3115,7 +3115,7 @@ function alerts_get_alert_fired($filters=[], $groupsBy=[])
$fields[] = $table.'.id_agente as agent';
$group_array[] = $table.'.id_agente';
$names_search = agents_get_alias_array(
array_values($filters['agents'])
array_values($filters['agents'] ?? [])
);
if (is_metaconsole() === true) {