summaryrefslogtreecommitdiffstats
path: root/apps/dav
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2022-03-09 17:23:59 +0100
committerRobin Appelman <robin@icewind.nl>2022-03-24 17:01:52 +0100
commita617e1e7115d7ccc01ab846981b17bee828cbcec (patch)
tree6be11eb45c9f9c268c7f3a5b091258c43858a16b /apps/dav
parent79f67424108ca0bb159f05370822c0d934dac3b2 (diff)
downloadnextcloud-server-a617e1e7115d7ccc01ab846981b17bee828cbcec.tar.gz
nextcloud-server-a617e1e7115d7ccc01ab846981b17bee828cbcec.zip
fix check if dav root is folder
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'apps/dav')
-rw-r--r--apps/dav/lib/Connector/Sabre/ServerFactory.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/lib/Connector/Sabre/ServerFactory.php b/apps/dav/lib/Connector/Sabre/ServerFactory.php
index ff96b7a19c5..095fb631c2b 100644
--- a/apps/dav/lib/Connector/Sabre/ServerFactory.php
+++ b/apps/dav/lib/Connector/Sabre/ServerFactory.php
@@ -31,7 +31,7 @@
*/
namespace OCA\DAV\Connector\Sabre;
-use OC\Files\Node\Folder;
+use OCP\Files\Folder;
use OCA\DAV\AppInfo\PluginManager;
use OCA\DAV\Files\BrowserErrorPagePlugin;
use OCP\Files\Mount\IMountManager;