소스 검색

typo in function call

tags/v4.0.0beta
Arthur Schiwon 12 년 전
부모
커밋
ea15c17149
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      apps/user_ldap/user_ldap.php

+ 1
- 1
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…
취소
저장