fix(dav): report status

Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
pull/40474/head
John Molakvoæ 2 years ago committed by GitHub
parent 5d20baec01
commit 63da44bb0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      apps/dav/lib/Connector/Sabre/FilesReportPlugin.php

@ -406,7 +406,6 @@ class FilesReportPlugin extends ServerPlugin {
$responses[] = new Response(
rtrim($this->server->getBaseUri(), '/') . $filesUri . $node->getPath(),
$result,
200
);
}
return $responses;

Loading…
Cancel
Save