typo in function call

remotes/origin/stable4
Arthur Schiwon 13 years ago
parent 0a9b0ee382
commit ea15c17149
  1. 2
      apps/user_ldap/user_ldap.php

@ -189,7 +189,7 @@ class OC_USER_LDAP extends OC_User_Backend {
if(!$this->configured){
return false;
}
$dn = $this->getDn($uid);
$dn = $this->getDc($uid);
return !empty($dn);
}

Loading…
Cancel
Save