Skip to content

Commit

Permalink
Merge pull request #31779 from nextcloud/fix/ldap-wizard-getconnection
Browse files Browse the repository at this point in the history
Fix assignment of the LDAP Wizard connection
  • Loading branch information
PVince81 authored Mar 31, 2022
2 parents 800fae0 + 9c922ed commit 74826ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/user_ldap/lib/Wizard.php
Original file line number Diff line number Diff line change
Expand Up @@ -1331,7 +1331,7 @@ private function getConnection() {
$this->configuration->ldapAgentName,
$this->configuration->ldapAgentPassword);
if ($lo === true) {
$this->$cr = $cr;
$this->cr = $cr;
return $cr;
}

Expand Down

0 comments on commit 74826ed

Please sign in to comment.