Skip to content

Commit 766942a

Browse files
ChristophWurstblizzz
authored andcommitted
Fix assignment of the LDAP Wizard connection
Signed-off-by: Christoph Wurst <[email protected]>
1 parent 6df2e22 commit 766942a

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)