Fixed query on function agents_get_group_agents

This commit is contained in:
fermin831 2018-11-20 10:58:58 +01:00
parent 6302dc634d
commit 8a00fe5a30
1 changed files with 1 additions and 1 deletions

View File

@ -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'])) {