fixed minor error in monitors view metaconsole filter group

This commit is contained in:
daniel 2018-04-27 11:07:54 +02:00
parent 7252b8f172
commit 27aa2a4632
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ else {
if (((int)$ag_group !== 0) && (check_acl ($config['id_user'], $id_ag_group, 'AR'))) {
$sql_conditions_group = sprintf (
' AND (tagente.id_grupo IN (%s) OR tasg.id_group IN (%s))',
$user_groups, $user_groups
$ag_group, $ag_group
);
}
elseif ($user_groups != '') {