mirror of
https://github.com/nextcloud/server.git
synced 2026-04-28 17:48:40 -04:00
Remove useless var in apps/settings/lib/SetupChecks/CheckUserCertificates.php
Co-authored-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
This commit is contained in:
parent
6aa6f26427
commit
11ebf469da
1 changed files with 1 additions and 2 deletions
|
|
@ -38,8 +38,7 @@ class CheckUserCertificates implements ISetupCheck {
|
|||
private IL10N $l10n,
|
||||
IConfig $config,
|
||||
) {
|
||||
$configValue = $config->getAppValue('files_external', 'user_certificate_scan', '');
|
||||
$this->configValue = $configValue;
|
||||
$this->configValue = $config->getAppValue('files_external', 'user_certificate_scan', '');
|
||||
}
|
||||
|
||||
public function getCategory(): string {
|
||||
|
|
|
|||
Loading…
Reference in a new issue