Merge branch 'ent-11613-500-en-informes-tras-editar-item-action-alerts-report' into 'develop'

fix bug

See merge request artica/pandorafms!6144
This commit is contained in:
Matias Didier 2023-06-21 08:38:21 +00:00
commit 407b4ed076
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) {