[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…
Reference in New Issue