mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
fix bug
This commit is contained in:
parent
2923fa867e
commit
d13be1e331
@ -3115,7 +3115,7 @@ function alerts_get_alert_fired($filters=[], $groupsBy=[])
|
|||||||
$fields[] = $table.'.id_agente as agent';
|
$fields[] = $table.'.id_agente as agent';
|
||||||
$group_array[] = $table.'.id_agente';
|
$group_array[] = $table.'.id_agente';
|
||||||
$names_search = agents_get_alias_array(
|
$names_search = agents_get_alias_array(
|
||||||
array_values($filters['agents'])
|
array_values($filters['agents'] ?? [])
|
||||||
);
|
);
|
||||||
|
|
||||||
if (is_metaconsole() === true) {
|
if (is_metaconsole() === true) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user