mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
remvoe duplicate rmdir
This commit is contained in:
parent
3840466f9a
commit
1fddd62c1c
1 changed files with 0 additions and 1 deletions
|
|
@ -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 a new issue