mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Merge pull request #31784 from nextcloud/backport/31779/stable22
[stable22] Fix assignment of the LDAP Wizard connection
This commit is contained in:
commit
a984ad12c8
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue