remvoe duplicate rmdir

This commit is contained in:
Robin Appelman 2016-06-14 17:06:24 +02:00
parent 3840466f9a
commit 1fddd62c1c
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}
}