mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-06 04:09:40 -06:00
add api test for search files using tag in project spaces (#6853)
This commit is contained in:
@@ -747,7 +747,7 @@ class WebDavHelper {
|
||||
if ($type === "trash-bin") {
|
||||
return "/remote.php/dav/spaces/trash-bin/" . $spaceId . '/';
|
||||
}
|
||||
return "dav/spaces/" . $spaceId . '/';
|
||||
return "/remote.php/dav/spaces/" . $spaceId . '/';
|
||||
} else {
|
||||
if ($davPathVersionToUse === self::DAV_VERSION_OLD) {
|
||||
if ($type === "trash-bin") {
|
||||
|
||||
Reference in New Issue
Block a user