diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2022-11-18 22:30:03 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2022-11-18 22:30:03 +0100 |
commit | 9892bdc3c32884ae69a7e77386cc0ed7487c6960 (patch) | |
tree | 34620235c234af5ff941bd19c1ac0085ddad9332 /apps/theming | |
parent | 0297a03698485bc9b95ed33c4bb2d73f05880fa0 (diff) | |
download | nextcloud-server-9892bdc3c32884ae69a7e77386cc0ed7487c6960.tar.gz nextcloud-server-9892bdc3c32884ae69a7e77386cc0ed7487c6960.zip |
rename placeholder
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps/theming')
-rw-r--r-- | apps/theming/lib/Jobs/MigrateBackgroundImages.php | 4 |
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, ] ); |