mirror of
https://github.com/nextcloud/server.git
synced 2026-02-18 18:28:50 -05:00
rename placeholder
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
0297a03698
commit
9892bdc3c3
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
]
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue