mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Fixed query on function agents_get_group_agents
This commit is contained in:
parent
6302dc634d
commit
8a00fe5a30
@ -922,7 +922,7 @@ function agents_get_group_agents (
|
||||
}
|
||||
|
||||
if (isset($search['id_os'])) {
|
||||
$filter[] = "id_os = ". $search['id_os'];
|
||||
$filter['id_os'] = $search['id_os'];
|
||||
}
|
||||
|
||||
if (isset($search['status'])) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user