typo in var

This commit is contained in:
Arthur Schiwon 2012-06-08 14:57:01 +02:00
parent 6119f05ac0
commit f70615106f
1 changed files with 1 additions and 1 deletions

View 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;
}
/**