Merge pull request #31779 from nextcloud/fix/ldap-wizard-getconnection

Fix assignment of the LDAP Wizard connection
This commit is contained in:
Vincent Petry 2022-03-31 21:38:33 +02:00 committed by GitHub
commit 74826ed628
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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