Skip to content

Commit 556ae43

Browse files
committed
no need for recursive
1 parent 9227e36 commit 556ae43

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
@@ -389,7 +389,7 @@ public function getAllOrgGroups($UnitySQL, $UnityMailer, $UnityRedis, $UnityWebh
389389

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

395395
public function getUserEntry($uid)

0 commit comments

Comments
 (0)