typo in var

remotes/origin/stable4
Arthur Schiwon 13 years ago
parent a7a861b2c6
commit 0dc371f579
  1. 2
      apps/user_ldap/group_ldap.php

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

Loading…
Cancel
Save