typo in function call

This commit is contained in:
Arthur Schiwon 2012-02-28 20:38:51 +01:00
parent 0a9b0ee382
commit ea15c17149
1 changed files with 1 additions and 1 deletions

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