Skip to content
Snippets Groups Projects
Commit c50bf3e3 authored by Florin Peter's avatar Florin Peter
Browse files

fix for losing mount point "/"

parent de2ccf47
Branches
No related tags found
No related merge requests found
......@@ -222,7 +222,10 @@ class Filesystem {
return false;
}
self::$defaultInstance = new View($root);
if(!self::$mounts) {
self::$mounts = new Mount\Manager();
}
//load custom mount config
self::initMountPoints($user);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment