typo in function call

This commit is contained in:
Arthur Schiwon 2012-02-28 20:38:51 +01:00
parent 25d0c05d56
commit afbb5cb459

View file

@ -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);
}