Skip to content

Commit

Permalink
Merge pull request #40474 from nextcloud/fix/report-dav
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv authored Sep 18, 2023
2 parents 7afcacd + 63da44b commit 9ea9743
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 @@ -406,7 +406,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 9ea9743

Please sign in to comment.