diff --git a/lib/private/Preview.php b/lib/private/Preview.php index f5e2f6b57e13b5dafae2b5cc17c3f07d5f915c91..b5625ce0df070799e6bd2b846d9ebbc04ea94217 100644 --- a/lib/private/Preview.php +++ b/lib/private/Preview.php @@ -422,7 +422,6 @@ class Preview { // .ocTransferId*.part file from chunked file upload. if (!empty($fileId)) { $previewPath = $this->getPreviewPath($fileId); - $this->userView->deleteAll($previewPath); $this->userView->rmdir($previewPath); } }