summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Connector/Sabre
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2023-09-18 11:29:15 +0200
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2024-02-21 17:08:36 +0000
commitcb5020483e7649fa7963fb129db07c28265ec02b (patch)
tree1088ec19009dcc7b5fc0ed50ef3d466410095fae /apps/dav/lib/Connector/Sabre
parent709e785b535c8e843b53a0aa3ab97f775e4475e2 (diff)
downloadnextcloud-server-cb5020483e7649fa7963fb129db07c28265ec02b.tar.gz
nextcloud-server-cb5020483e7649fa7963fb129db07c28265ec02b.zip
fix(dav): report status
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
Diffstat (limited to 'apps/dav/lib/Connector/Sabre')
-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 1c6727e68ca..9278c15152d 100644
--- a/apps/dav/lib/Connector/Sabre/FilesReportPlugin.php
+++ b/apps/dav/lib/Connector/Sabre/FilesReportPlugin.php
@@ -408,7 +408,6 @@ class FilesReportPlugin extends ServerPlugin {
$responses[] = new Response(
rtrim($this->server->getBaseUri(), '/') . $filesUri . $node->getPath(),
$result,
- 200
);
}
return $responses;