Skip to content

Commit 74826ed

Browse files
authored
Merge pull request #31779 from nextcloud/fix/ldap-wizard-getconnection
Fix assignment of the LDAP Wizard connection
2 parents 800fae0 + 9c922ed commit 74826ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/user_ldap/lib/Wizard.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1331,7 +1331,7 @@ private function getConnection() {
13311331
$this->configuration->ldapAgentName,
13321332
$this->configuration->ldapAgentPassword);
13331333
if ($lo === true) {
1334-
$this->$cr = $cr;
1334+
$this->cr = $cr;
13351335
return $cr;
13361336
}
13371337

0 commit comments

Comments
 (0)