Skip to content

Commit

Permalink
Merge pull request #45118 from nextcloud/backport/45108/stable27
Browse files Browse the repository at this point in the history
[stable27] fix(user_ldap): Fix a var name
  • Loading branch information
come-nc authored May 6, 2024
2 parents 18dc983 + 762e159 commit 8fea595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/user_ldap/lib/Connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ private function doSoftValidation() {

$backupPort = (int)$this->configuration->ldapBackupPort;
if ($backupPort <= 0) {
$this->configuration->backupPort = $this->configuration->ldapPort;
$this->configuration->ldapBackupPort = $this->configuration->ldapPort;
}

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

0 comments on commit 8fea595

Please sign in to comment.