Skip to content
Snippets Groups Projects
Commit 4b3c58c2 authored by Thomas Müller's avatar Thomas Müller
Browse files

Merge pull request #3376 from owncloud/fix_for_disappearing_root_mount_point

fix for disappearing root mount point on lib/files/filesystem.php
parents de2ccf47 c50bf3e3
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