Skip to content

Commit

Permalink
Merge pull request #45108 from nextcloud/backport/fix-ldap-var-name-b…
Browse files Browse the repository at this point in the history
…ackup-port

[stable29] fix(user_ldap): Fix a var name
  • Loading branch information
nickvergessen authored Apr 30, 2024
2 parents 3767cd1 + d9a8b12 commit ce97f98
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 @@ -438,7 +438,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 ce97f98

Please sign in to comment.