Skip to content

Commit 834f579

Browse files
committed
no need for recursive
1 parent 39cd429 commit 834f579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/lib/UnityLDAP.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ public function getAllOrgGroups($UnitySQL, $UnityMailer, $UnityRedis, $UnityWebh
390390

391391
public function getAllOrgGroupsAttributes($attributes = [])
392392
{
393-
return $this->org_groupOU->getChildrenArray($attributes, true);
393+
return $this->org_groupOU->getChildrenArray($attributes);
394394
}
395395

396396
public function getUserEntry($uid)

0 commit comments

Comments
 (0)