Fix style

This commit is contained in:
Lukas Reschke 2015-10-16 10:35:40 +02:00
parent f178f612d8
commit 733542a264

View file

@ -209,7 +209,7 @@ class GROUP_LDAP extends BackendUtility implements \OCP\GroupInterface {
$subGroups = $this->_getGroupDNsFromMemberOf($group, $seen);
$allGroups = array_merge($allGroups, $subGroups);
}
}
}
return $allGroups;
}