mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Minor fix
This commit is contained in:
parent
54e0f25947
commit
d7b8bdc369
@ -901,9 +901,10 @@ function agents_get_group_agents ($id_group = 0, $search = false,
|
||||
}
|
||||
unset($search['status']);
|
||||
}
|
||||
|
||||
if (isset($search['id_agente'])) {
|
||||
$filter['id_agente'] = $search['id_agente'];
|
||||
if ($add_alert_bulk_op) {
|
||||
if (isset($search['id_agente'])) {
|
||||
$filter['id_agente'] = $search['id_agente'];
|
||||
}
|
||||
}
|
||||
|
||||
if (is_metaconsole() && isset($search['id_server'])) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user