]> source.dussan.org Git - nextcloud-server.git/commitdiff
rename placeholder 34677/head
authorArthur Schiwon <blizzz@arthur-schiwon.de>
Fri, 18 Nov 2022 21:30:03 +0000 (22:30 +0100)
committerArthur Schiwon <blizzz@arthur-schiwon.de>
Fri, 18 Nov 2022 21:30:03 +0000 (22:30 +0100)
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
apps/theming/lib/Jobs/MigrateBackgroundImages.php

index 536dde943b10131bfe8d0b1fadcbcd2bdc33be5c..54c0d591e4049c55da6717d7579201ea59ee6fa8 100644 (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,
                                        ]
                                );