diff options
Diffstat (limited to 'apps/files_sharing/lib/External/Mount.php')
-rw-r--r-- | apps/files_sharing/lib/External/Mount.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/lib/External/Mount.php b/apps/files_sharing/lib/External/Mount.php index c8b74202ac7..2047dede39b 100644 --- a/apps/files_sharing/lib/External/Mount.php +++ b/apps/files_sharing/lib/External/Mount.php @@ -42,7 +42,7 @@ class Mount extends MountPoint implements MoveableMount { * @param \OC\Files\Storage\StorageFactory $loader */ public function __construct($storage, $mountpoint, $options, $manager, $loader = null) { - parent::__construct($storage, $mountpoint, $options, $loader); + parent::__construct($storage, $mountpoint, $options, $loader, null, null, MountProvider::class); $this->manager = $manager; } |