mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fix assignment of the LDAP Wizard connection
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
d4c558a229
commit
9c922ed15a
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