Skip to content

Commit 0cefccd

Browse files
committed
always setup fs for old webdav endpoint
Signed-off-by: Robin Appelman <robin@icewind.nl>
1 parent 9b1e925 commit 0cefccd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/dav/appinfo/v1/webdav.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@
6969

7070
$requestUri = \OC::$server->getRequest()->getRequestUri();
7171

72+
\OC_Util::setupFS();
73+
7274
$server = $serverFactory->createServer($baseuri, $requestUri, $authPlugin, function () {
7375
// use the view for the logged in user
7476
return \OC\Files\Filesystem::getView();

0 commit comments

Comments
 (0)