LDAP Wizard: return correct var
This commit is contained in:
parent
06577f1fe2
commit
01af3bdb05
1 changed files with 1 additions and 1 deletions
|
@ -1000,7 +1000,7 @@ class Wizard extends LDAPUtility {
|
|||
|
||||
private function getConnection() {
|
||||
if(!is_null($this->cr)) {
|
||||
return $cr;
|
||||
return $this->cr;
|
||||
}
|
||||
$cr = $this->ldap->connect(
|
||||
$this->configuration->ldapHost.':'.$this->configuration->ldapPort,
|
||||
|
|
Loading…
Reference in a new issue