Fix assignment of the LDAP Wizard connection

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2022-03-31 14:42:39 +02:00
parent d4c558a229
commit 9c922ed15a

View file

@ -1331,7 +1331,7 @@ class Wizard extends LDAPUtility {
$this->configuration->ldapAgentName,
$this->configuration->ldapAgentPassword);
if ($lo === true) {
$this->$cr = $cr;
$this->cr = $cr;
return $cr;
}