Skip to content

Commit

Permalink
Remove useless var in apps/settings/lib/SetupChecks/CheckUserCertific…
Browse files Browse the repository at this point in the history
…ates.php

Co-authored-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
  • Loading branch information
come-nc and Altahrim committed Oct 16, 2023
1 parent 5c249a9 commit 92cb857
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/settings/lib/SetupChecks/CheckUserCertificates.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ public function __construct(
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 {
Expand Down

0 comments on commit 92cb857

Please sign in to comment.