mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix undeclared variable
This commit is contained in:
parent
3d56cf3a5b
commit
59a6068246
1 changed files with 2 additions and 0 deletions
|
|
@ -351,6 +351,8 @@ class Connection {
|
|||
if(!$this->config['ldapOverrideMainServer'] && !$this->getFromCache('overrideMainServer')) {
|
||||
$this->doConnect($this->config['ldapHost'], $this->config['ldapPort']);
|
||||
$bindStatus = $this->bind();
|
||||
} else {
|
||||
$bindStatus = false;
|
||||
}
|
||||
|
||||
$error = null;
|
||||
|
|
|
|||
Loading…
Reference in a new issue