Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/groupfolders.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2022-02-03 18:49:54 +0300
committerRobin Appelman <robin@icewind.nl>2022-02-03 18:49:54 +0300
commitb47440f20552cd71b3dc27ca7c3c0c0eb2691ec1 (patch)
tree7b2068f1de22675423dc46a238de63b69eb8cdd1
parente8376b096f394022d647a15af75a19486857b078 (diff)
set mount provider in mountpointset-mount-provider
-rw-r--r--lib/Mount/GroupMountPoint.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Mount/GroupMountPoint.php b/lib/Mount/GroupMountPoint.php
index e35d7ba8..9aaa41e0 100644
--- a/lib/Mount/GroupMountPoint.php
+++ b/lib/Mount/GroupMountPoint.php
@@ -29,7 +29,7 @@ class GroupMountPoint extends MountPoint {
public function __construct($folderId, $storage, $mountpoint, $arguments = null, $loader = null, $mountOptions = null, $mountId = null) {
$this->folderId = $folderId;
- parent::__construct($storage, $mountpoint, $arguments, $loader, $mountOptions, $mountId);
+ parent::__construct($storage, $mountpoint, $arguments, $loader, $mountOptions, $mountId, MountProvider::class);
}
public function getMountType() {