Fixed problems with permissions

This commit is contained in:
m-lopez-f 2016-10-24 11:58:57 +02:00
parent 09671dcb1d
commit eb838c785e
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ echo "</table>";
//Groups and tags
$result_groups = groupview_get_groups_list($config['id_user'], $strict_user,
($agent_a == true) ? 'AR' : ($agent_w == true) ? 'AW' : 'AR', true, true);
($agent_a == true) ? 'AR' : (($agent_w == true) ? 'AW' : 'AR'), true, true);
$count = count($result_groups);