Skip to content

Commit 9180c6a

Browse files
author
nilsteampassnet
committed
2.1.27
Comment removed
1 parent 6d5b270 commit 9180c6a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sources/main.functions.php

-1
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,6 @@ function identifyUserRights(
807807
array_push($listAllowedFolders, $persoFld['id']);
808808
array_push($_SESSION['personal_visible_groups'], $persoFld['id']);
809809
// get all descendants
810-
//$ids = $tree->getChildren($persoFld['id']);
811810
$ids = $tree->getDescendants($persoFld['id'], true, false);
812811
foreach ($ids as $ident) {
813812
array_push($listAllowedFolders, $ident->id);

0 commit comments

Comments
 (0)