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

fixing namespace

parent b76d1afe
No related branches found
No related tags found
No related merge requests found
......@@ -281,7 +281,7 @@ class Filesystem {
}
}
// Load personal mount points
$root = OC_User::getHome($user);
$root = \OC_User::getHome($user);
if (is_file($root.'/mount.php')) {
$mountConfig = include $root.'/mount.php';
if (isset($mountConfig['user'][$user])) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment