We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7379313 + 7916fc9 commit 5509063Copy full SHA for 5509063
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