aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2023-09-18 14:07:10 +0200
committerGitHub <noreply@github.com>2023-09-18 14:07:10 +0200
commit9ea97430119626d70481f79e461ca87ad489c84a (patch)
tree0e412ca35f5595ea25b60a78a2db2b8a493aeb26 /apps
parent7afcacdff737c46bd93f23d2c55cfc29570f15cc (diff)
parent63da44bb0ee3aa0fe4c42c224ef6eab4bac209da (diff)
downloadnextcloud-server-9ea97430119626d70481f79e461ca87ad489c84a.tar.gz
nextcloud-server-9ea97430119626d70481f79e461ca87ad489c84a.zip
Merge pull request #40474 from nextcloud/fix/report-dav
Diffstat (limited to 'apps')
-rw-r--r--apps/dav/lib/Connector/Sabre/FilesReportPlugin.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/dav/lib/Connector/Sabre/FilesReportPlugin.php b/apps/dav/lib/Connector/Sabre/FilesReportPlugin.php
index 36842abc8c9..18998d9c5cb 100644
--- a/apps/dav/lib/Connector/Sabre/FilesReportPlugin.php
+++ b/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;