mirror of
https://github.com/nextcloud/server.git
synced 2026-04-23 07:08:34 -04:00
fixed error: Array to string conversion at user_ldap/lib/User/User.php#639
Signed-off-by: Marc Hefter <marchefter@march42.net> Signed-off-by: Marc Hefter <marchefter@gmail.com>
This commit is contained in:
parent
c7623c7869
commit
b72fbd58f6
1 changed files with 1 additions and 1 deletions
|
|
@ -636,7 +636,7 @@ class User {
|
|||
$this->logger->error('property does not exist: '.$profileProperty.' for user '.$this->getUsername().'', ['app' => 'user_ldap']);
|
||||
return;
|
||||
}
|
||||
$this->logger->debug('property updated: '.$profileProperty.'='.$propertyValue.' for user '.$this->getUsername().'', ['app' => 'user_ldap']);
|
||||
$this->logger->debug('property updated: '.$profileProperty.'='.$value.' for user '.$this->getUsername().'', ['app' => 'user_ldap']);
|
||||
$this->config->setUserValue($this->getUsername(), 'user_ldap', $property, $value);
|
||||
return $value;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue