mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
use getmountmanager
This commit is contained in:
parent
8940429976
commit
fd37e72ee9
1 changed files with 1 additions and 1 deletions
|
|
@ -415,7 +415,7 @@ class Filesystem {
|
|||
}
|
||||
|
||||
$mount = new MountPoint($homeStorage['class'], '/' . $user, $homeStorage['arguments'], self::getLoader());
|
||||
self::$mounts->addMount($mount);
|
||||
self::getMountManager()->addMount($mount);
|
||||
|
||||
$home = \OC\Files\Filesystem::getStorage($user);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue