From: Arthur Schiwon Date: Fri, 18 Nov 2022 21:30:03 +0000 (+0100) Subject: rename placeholder X-Git-Tag: v26.0.0beta1~384^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F34677%2Fhead;p=nextcloud-server.git rename placeholder Signed-off-by: Arthur Schiwon --- diff --git a/apps/theming/lib/Jobs/MigrateBackgroundImages.php b/apps/theming/lib/Jobs/MigrateBackgroundImages.php index 536dde943b1..54c0d591e40 100644 --- a/apps/theming/lib/Jobs/MigrateBackgroundImages.php +++ b/apps/theming/lib/Jobs/MigrateBackgroundImages.php @@ -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, ] );