LDAP Wizard: return correct var

remotes/origin/stable6
Arthur Schiwon 13 years ago
parent 67b67b6d66
commit 4df0d2e7e8
  1. 2
      apps/user_ldap/lib/wizard.php

@ -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…
Cancel
Save