Browse Source

typo in function call

tags/v4.0.0beta
Arthur Schiwon 12 years ago
parent
commit
ea15c17149
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      apps/user_ldap/user_ldap.php

+ 1
- 1
apps/user_ldap/user_ldap.php 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);
}


Loading…
Cancel
Save