]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix assignment of the LDAP Wizard connection 31779/head
authorChristoph Wurst <christoph@winzerhof-wurst.at>
Thu, 31 Mar 2022 12:42:39 +0000 (14:42 +0200)
committerChristoph Wurst <christoph@winzerhof-wurst.at>
Thu, 31 Mar 2022 12:42:39 +0000 (14:42 +0200)
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
apps/user_ldap/lib/Wizard.php

index 98d399b77b945611c4697dc75cd29173a29cf066..ae9546be08b903b04cab59f049b433a2bb4e23ba 100644 (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;
                }