Selaa lähdekoodia

typo in function call

tags/v4.0.0beta
Arthur Schiwon 12 vuotta sitten
vanhempi
commit
ea15c17149
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      apps/user_ldap/user_ldap.php

+ 1
- 1
apps/user_ldap/user_ldap.php Näytä tiedosto

@@ -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…
Peruuta
Tallenna