aboutsummaryrefslogtreecommitdiffstats
path: root/lib/files/filesystem.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/files/filesystem.php')
-rw-r--r--lib/files/filesystem.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/files/filesystem.php b/lib/files/filesystem.php
index c5b56ba9f01..8183b8ff99c 100644
--- a/lib/files/filesystem.php
+++ b/lib/files/filesystem.php
@@ -276,6 +276,7 @@ class Filesystem {
}
// Load personal mount points
$root = \OC_User::getHome($user);
+ self::mount('\OC\Files\Storage\Local', array('datadir' => $root), $user);
if (is_file($root.'/mount.php')) {
$mountConfig = include $root.'/mount.php';
if (isset($mountConfig['user'][$user])) {