We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d5b270 commit 9180c6aCopy full SHA for 9180c6a
sources/main.functions.php
@@ -807,7 +807,6 @@ function identifyUserRights(
807
array_push($listAllowedFolders, $persoFld['id']);
808
array_push($_SESSION['personal_visible_groups'], $persoFld['id']);
809
// get all descendants
810
- //$ids = $tree->getChildren($persoFld['id']);
811
$ids = $tree->getDescendants($persoFld['id'], true, false);
812
foreach ($ids as $ident) {
813
array_push($listAllowedFolders, $ident->id);
0 commit comments