mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Merge pull request #45118 from nextcloud/backport/45108/stable27
[stable27] fix(user_ldap): Fix a var name
This commit is contained in:
commit
8fea5957b5
1 changed files with 1 additions and 1 deletions
|
|
@ -437,7 +437,7 @@ class Connection extends LDAPUtility {
|
|||
|
||||
$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
|
||||
|
|
|
|||
Loading…
Reference in a new issue