rename placeholder

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
Arthur Schiwon 2022-11-18 22:30:03 +01:00
parent 0297a03698
commit 9892bdc3c3
No known key found for this signature in database
GPG key ID: 7424F1874854DF23

View file

@ -195,10 +195,10 @@ class MigrateBackgroundImages extends QueuedJob {
try {
$file->delete();
} catch (NotPermittedException $e) {
$this->logger->info('Could not delete {name} due to permissions. It is safe to delete manually inside data -> appdata -> theming -> global.',
$this->logger->info('Could not delete {file} due to permissions. It is safe to delete manually inside data -> appdata -> theming -> global.',
[
'app' => 'theming',
'name' => $file->getName(),
'file' => $file->getName(),
'exception' => $e,
]
);