mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
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.
|
// Update the group cache.
|
||||||
$group_cache[$id_user] = $forest_acl;
|
$group_cache[$users_group_cache_key] = $forest_acl;
|
||||||
}
|
}
|
||||||
|
|
||||||
$user_groups = [];
|
$user_groups = [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user