mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
[Tags performance] Fixed acl propagation in child groups
This commit is contained in:
parent
81e15c4dc9
commit
015d7eea09
@ -306,6 +306,7 @@ function users_get_groups ($id_user = false, $privilege = "AR", $returnAllGroup
|
||||
}
|
||||
else {
|
||||
// add group to user ACL forest
|
||||
users_get_explode_tags($group);
|
||||
$tmp = groups_combine_acl($forest_acl[$parent], $group);
|
||||
}
|
||||
if ($tmp !== null) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user