fix for losing mount point "/"
This commit is contained in:
parent
de2ccf4723
commit
c50bf3e3c5
|
@ -222,7 +222,10 @@ class Filesystem {
|
|||
return false;
|
||||
}
|
||||
self::$defaultInstance = new View($root);
|
||||
self::$mounts = new Mount\Manager();
|
||||
|
||||
if(!self::$mounts) {
|
||||
self::$mounts = new Mount\Manager();
|
||||
}
|
||||
|
||||
//load custom mount config
|
||||
self::initMountPoints($user);
|
||||
|
|
Loading…
Reference in New Issue