[Pkg-owncloud-commits] [owncloud] 19/27: Fix style
David Prévot
taffit at moszumanska.debian.org
Wed Oct 28 17:03:06 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag v8.1.4RC2
in repository owncloud.
commit 643cba065abfa8e0253ecfe97948285dc5bfdea7
Author: Lukas Reschke <lukas at owncloud.com>
Date: Fri Oct 16 10:35:40 2015 +0200
Fix style
---
apps/user_ldap/group_ldap.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/user_ldap/group_ldap.php b/apps/user_ldap/group_ldap.php
index 351fa13..5847ce6 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;
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list