There was an error while loading. Please reload this page.
1 parent b888c61 commit 7916fc9Copy full SHA for 7916fc9
1 file changed
apps/dav/lib/BulkUpload/BulkUploadPlugin.php
@@ -90,6 +90,7 @@ public function httpPost(RequestInterface $request, ResponseInterface $response)
90
91
$node = $this->userFolder->newFile($headers['x-file-path'], $content);
92
$node->touch($mtime);
93
+ $node = $this->userFolder->getById($node->getId())[0];
94
95
$writtenFiles[$headers['x-file-path']] = [
96
"error" => false,
0 commit comments