Skip to content

Commit

Permalink
fix(dav): report status
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
  • Loading branch information
skjnldsv authored and backportbot[bot] committed Feb 21, 2024
1 parent 709e785 commit cb50204
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/dav/lib/Connector/Sabre/FilesReportPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,6 @@ public function prepareResponses($filesUri, $requestedProps, $nodes) {
$responses[] = new Response(
rtrim($this->server->getBaseUri(), '/') . $filesUri . $node->getPath(),
$result,
200
);
}
return $responses;
Expand Down

0 comments on commit cb50204

Please sign in to comment.