]> source.dussan.org Git - nextcloud-server.git/commitdiff
typo in var
authorArthur Schiwon <blizzz@owncloud.com>
Fri, 8 Jun 2012 12:57:01 +0000 (14:57 +0200)
committerArthur Schiwon <blizzz@owncloud.com>
Fri, 8 Jun 2012 12:57:27 +0000 (14:57 +0200)
apps/user_ldap/group_ldap.php

index 62e7c8ca6bc495a4c01e9cb8d5e9c7ef73be1061..d2404a80aa5c2412fbc0d8d3251eb03d9299a448 100644 (file)
@@ -190,7 +190,7 @@ class OC_GROUP_LDAP extends OC_Group_Backend {
                        $ldap_groups = OC_LDAP::fetchListOfGroups($this->ldapGroupFilter, array(OC_LDAP::conf('ldapGroupDisplayName'), 'dn'));
                        $this->_groups = OC_LDAP::ownCloudGroupNames($ldap_groups);
                }
-               return $this->groups;
+               return $this->_groups;
        }
 
        /**