Merge pull request #31784 from nextcloud/backport/31779/stable22

[stable22] Fix assignment of the LDAP Wizard connection
This commit is contained in:
blizzz 2022-04-01 11:47:43 +02:00 committed by GitHub
commit a984ad12c8
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;
}