diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2023-09-18 14:07:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-18 14:07:10 +0200 |
commit | 9ea97430119626d70481f79e461ca87ad489c84a (patch) | |
tree | 0e412ca35f5595ea25b60a78a2db2b8a493aeb26 /apps | |
parent | 7afcacdff737c46bd93f23d2c55cfc29570f15cc (diff) | |
parent | 63da44bb0ee3aa0fe4c42c224ef6eab4bac209da (diff) | |
download | nextcloud-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.php | 1 |
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; |