mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Secondary groups are implemented in group view cache
This commit is contained in:
parent
5c57ee34a7
commit
f0aacc4c33
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user