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 committed by backportbot[bot]
parent ae23c125ad
commit 3f19da00f7

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