mirror of
https://github.com/nextcloud/server.git
synced 2026-03-18 08:34:10 -04:00
fix(dav): report status
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
This commit is contained in:
parent
709e785b53
commit
cb5020483e
1 changed files with 0 additions and 1 deletions
|
|
@ -408,7 +408,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