ensure we setup the mount manager when in lockdown
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
61453f5fd5
commit
a7c0d99705
1 changed files with 2 additions and 2 deletions
|
@ -448,11 +448,11 @@ class Filesystem {
|
|||
|
||||
self::listenForNewMountProviders($mountConfigManager, $userManager);
|
||||
} else {
|
||||
self::$mounts->addMount(new MountPoint(
|
||||
self::getMountManager()->addMount(new MountPoint(
|
||||
new NullStorage([]),
|
||||
'/' . $user
|
||||
));
|
||||
self::$mounts->addMount(new MountPoint(
|
||||
self::getMountManager()->addMount(new MountPoint(
|
||||
new NullStorage([]),
|
||||
'/' . $user . '/files'
|
||||
));
|
||||
|
|
Loading…
Reference in a new issue