Secondary groups are implemented in group view cache

This commit is contained in:
fermin831 2018-06-01 12:25:20 +02:00
parent 5c57ee34a7
commit f0aacc4c33
1 changed files with 1 additions and 1 deletions

View File

@ -610,7 +610,7 @@ function groupview_get_data ($id_user = false, $user_strict = false, $acltags, $
$list_groups = array();
}
if (is_metaconsole() || ($config["realtimestats"] == 0 && !enterprise_hook('agents_is_using_secondary_groups'))) { // Agent cache
if (is_metaconsole() || ($config["realtimestats"] == 0)) { // Agent cache
$list = group_view_get_cache_stats ($list, $list_groups, $user_groups_ids);
} else {
foreach ($list_groups as $group) {