fix undeclared variable

This commit is contained in:
Arthur Schiwon 2013-01-17 13:46:32 +01:00
parent 3d56cf3a5b
commit 59a6068246

View file

@ -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;