LDAP Wizard: return correct var

This commit is contained in:
Arthur Schiwon 2013-12-03 16:37:11 +01:00
parent 06577f1fe2
commit 01af3bdb05
1 changed files with 1 additions and 1 deletions

View File

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