Fix cache hit users_get_groups
This commit is contained in:
parent
679d72e5c0
commit
f44b614f54
|
@ -404,7 +404,7 @@ function users_get_groups(
|
|||
}
|
||||
|
||||
// Update the group cache.
|
||||
$group_cache[$id_user] = $forest_acl;
|
||||
$group_cache[$users_group_cache_key] = $forest_acl;
|
||||
}
|
||||
|
||||
$user_groups = [];
|
||||
|
|
Loading…
Reference in New Issue