mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 09:15:15 +02:00
fixed minor error in monitors view metaconsole filter group
This commit is contained in:
parent
7252b8f172
commit
27aa2a4632
@ -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 != '') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user