remvoe duplicate rmdir
This commit is contained in:
parent
3840466f9a
commit
1fddd62c1c
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue