Skip to content

Commit

Permalink
Update apps/files/lib/Service/SettingsService.php
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux authored Jul 17, 2024
1 parent b201a7e commit eeac0e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/files/lib/Service/SettingsService.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ public function setFilesWindowsSupport(bool $enabled = true): void {
'forbidden_filename_characters' => empty($characters) ? null : $characters,
'forbidden_filename_extensions' => empty($extensions) ? null : $extensions,
];
$this->logger->warning('Setting values', $values);
$this->config->setSystemValues($values);
}
}

0 comments on commit eeac0e1

Please sign in to comment.