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
No known key found for this signature in database
GPG Key ID: 42B69D8A64526EFB
1 changed files with
1 additions and
1 deletions
-
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; |
|
|
|
|