Browse Source

fix check if dav root is folder

Signed-off-by: Robin Appelman <robin@icewind.nl>
pull/31265/head
Robin Appelman 4 years ago
parent
commit
a617e1e711
No known key found for this signature in database GPG Key ID: 42B69D8A64526EFB
  1. 2
      apps/dav/lib/Connector/Sabre/ServerFactory.php

2
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;

Loading…
Cancel
Save