Skip to content

Commit b5a9204

Browse files
authored
Merge pull request #31785 from nextcloud/backport/31779/stable23
[stable23] Fix assignment of the LDAP Wizard connection
2 parents 97d5000 + 766942a commit b5a9204

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)