Fix cache hit users_get_groups

This commit is contained in:
fbsanchez 2020-10-01 15:17:06 +02:00
parent 679d72e5c0
commit f44b614f54

View File

@ -404,7 +404,7 @@ function users_get_groups(
} }
// Update the group cache. // Update the group cache.
$group_cache[$id_user] = $forest_acl; $group_cache[$users_group_cache_key] = $forest_acl;
} }
$user_groups = []; $user_groups = [];