Skip to content
Snippets Groups Projects
Commit 0dc371f5 authored by Arthur Schiwon's avatar Arthur Schiwon
Browse files

typo in var

parent a7a861b2
Branches
No related tags found
No related merge requests found
......@@ -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;
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment