mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Update apps/theming/lib/Migration/MigrateAdminConfig.php
Co-authored-by: Valdnet <47037905+Valdnet@users.noreply.github.com> Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
This commit is contained in:
parent
6660bc8aa7
commit
e203c8f5a2
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ class MigrateAdminConfig implements IRepairStep {
|
|||
$images->delete();
|
||||
} catch (NotFoundException $e) {
|
||||
} catch (Throwable $e) {
|
||||
$output->warning($this->l10n->t('Failed to clean up the old admin image folder', [$e->getMessage()]));
|
||||
$output->warning($this->l10n->t('Failed to clean up the old admin theming images folder', [$e->getMessage()]));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue