mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
LDAP: fix typo in config value handling.
This commit is contained in:
parent
6e8f970999
commit
693c535a94
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ class Connection {
|
|||
\OCP\Util::writeLog('user_ldap', 'Set config ldapUuidAttribute to '.$value, \OCP\Util::DEBUG);
|
||||
$this->config[$name] = $value;
|
||||
if(!empty($this->configID)) {
|
||||
\OCP\Config::getAppValue($this->configID, 'ldap_uuid_attribute', $value);
|
||||
\OCP\Config::setAppValue($this->configID, 'ldap_uuid_attribute', $value);
|
||||
}
|
||||
$changed = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue