mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Merge pull request #43038 from nextcloud/fix/36463/preview-not-generated-stable27
This commit is contained in:
commit
d3252caeed
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