Skip to content
Snippets Groups Projects
Commit 59a60682 authored by Arthur Schiwon's avatar Arthur Schiwon
Browse files

fix undeclared variable

parent 3d56cf3a
Branches
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment