mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 19:20:35 -04:00
Merge pull request #43039 from nextcloud/fix/36463/preview-not-generated-stable26
[stable26] Fix for previews not being generated sometimes
This commit is contained in:
commit
6e5ef32cd7
1 changed files with 3 additions and 0 deletions
|
|
@ -61,6 +61,9 @@ class Watcher {
|
|||
}
|
||||
|
||||
try {
|
||||
if (is_null($node->getId())) {
|
||||
return;
|
||||
}
|
||||
$folder = $this->appData->getFolder((string)$node->getId());
|
||||
$folder->delete();
|
||||
} catch (NotFoundException $e) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue