mirror of
https://github.com/nextcloud/server.git
synced 2026-04-23 07:08:34 -04:00
fix check if dav root is folder
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
79f6742410
commit
a617e1e711
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue