mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
fix(dav): report status
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
This commit is contained in:
parent
5d20baec01
commit
63da44bb0e
1 changed files with 0 additions and 1 deletions
|
|
@ -406,7 +406,6 @@ class FilesReportPlugin extends ServerPlugin {
|
|||
$responses[] = new Response(
|
||||
rtrim($this->server->getBaseUri(), '/') . $filesUri . $node->getPath(),
|
||||
$result,
|
||||
200
|
||||
);
|
||||
}
|
||||
return $responses;
|
||||
|
|
|
|||
Loading…
Reference in a new issue