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:
rakekniven 2023-01-22 18:27:21 +01:00 committed by GitHub
parent 6660bc8aa7
commit e203c8f5a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()]));
}
}
}