Skip to content

Commit 8fea595

Browse files
authored
Merge pull request #45118 from nextcloud/backport/45108/stable27
[stable27] fix(user_ldap): Fix a var name
2 parents 18dc983 + 762e159 commit 8fea595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/user_ldap/lib/Connection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ private function doSoftValidation() {
437437

438438
$backupPort = (int)$this->configuration->ldapBackupPort;
439439
if ($backupPort <= 0) {
440-
$this->configuration->backupPort = $this->configuration->ldapPort;
440+
$this->configuration->ldapBackupPort = $this->configuration->ldapPort;
441441
}
442442

443443
//make sure empty search attributes are saved as simple, empty array

0 commit comments

Comments
 (0)