aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2022-11-18 22:30:03 +0100
committerArthur Schiwon <blizzz@arthur-schiwon.de>2022-11-18 22:30:03 +0100
commit9892bdc3c32884ae69a7e77386cc0ed7487c6960 (patch)
tree34620235c234af5ff941bd19c1ac0085ddad9332 /apps
parent0297a03698485bc9b95ed33c4bb2d73f05880fa0 (diff)
downloadnextcloud-server-9892bdc3c32884ae69a7e77386cc0ed7487c6960.tar.gz
nextcloud-server-9892bdc3c32884ae69a7e77386cc0ed7487c6960.zip
rename placeholder
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps')
-rw-r--r--apps/theming/lib/Jobs/MigrateBackgroundImages.php4
1 files changed, 2 insertions, 2 deletions
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,
]
);