Skip to content

Commit

Permalink
fixup! fixup! First attempt to make multipartPart upload working
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr committed Jul 7, 2021
1 parent ea75178 commit 6cf9a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dav/lib/Upload/ChunkingV2Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ public function beforeMove($sourcePath, $destination): bool {

$sourceNode = $this->server->tree->getNodeForPath($sourcePath);
if ($sourceNode instanceof FutureFile) {
$sourceNode->delete();
$this->uploadFolder->delete();
}

$this->server->emit('afterMove', [$sourcePath, $destination]);
Expand Down

0 comments on commit 6cf9a74

Please sign in to comment.