mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Improve a bit codestyle
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
4893501abe
commit
90165309e1
1 changed files with 2 additions and 3 deletions
|
|
@ -407,9 +407,8 @@ class Connection extends LDAPUtility {
|
|||
} else {
|
||||
$uuidAttributes = Access::UUID_ATTRIBUTES;
|
||||
array_unshift($uuidAttributes, 'auto');
|
||||
if (!in_array($this->configuration->$effectiveSetting,
|
||||
$uuidAttributes)
|
||||
&& (!is_null($this->configID))) {
|
||||
if (!in_array($this->configuration->$effectiveSetting, $uuidAttributes)
|
||||
&& !is_null($this->configID)) {
|
||||
$this->configuration->$effectiveSetting = 'auto';
|
||||
$this->configuration->saveConfiguration();
|
||||
$this->logger->info(
|
||||
|
|
|
|||
Loading…
Reference in a new issue