Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2015-10-16 11:35:40 +0300
committerMorris Jobke <hey@morrisjobke.de>2015-10-26 18:46:22 +0300
commit643cba065abfa8e0253ecfe97948285dc5bfdea7 (patch)
tree2919943673a7cdc741933afdc27c3b1902bee7d6
parentc5b28e079571cc0c6c63bba1226832ed46cd5159 (diff)
Fix style
-rw-r--r--apps/user_ldap/group_ldap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/group_ldap.php b/apps/user_ldap/group_ldap.php
index 351fa134868..5847ce64859 100644
--- a/apps/user_ldap/group_ldap.php
+++ b/apps/user_ldap/group_ldap.php
@@ -207,7 +207,7 @@ class GROUP_LDAP extends BackendUtility implements \OCP\GroupInterface {
$subGroups = $this->_getGroupDNsFromMemberOf($group, $seen);
$allGroups = array_merge($allGroups, $subGroups);
}
- }
+ }
return $allGroups;
}