diff options
author | Michael Gapczynski <mtgap@owncloud.com> | 2012-12-28 15:06:12 -0500 |
---|---|---|
committer | Michael Gapczynski <mtgap@owncloud.com> | 2012-12-28 15:06:12 -0500 |
commit | 8bdfb040565eafb33bc27305463eb08374f14e32 (patch) | |
tree | 29a751ae13906060c7b2d6059b7c9688465b86f0 /lib/util.php | |
parent | b03562670973fd924a042064644994639a59667d (diff) | |
download | nextcloud-server-8bdfb040565eafb33bc27305463eb08374f14e32.tar.gz nextcloud-server-8bdfb040565eafb33bc27305463eb08374f14e32.zip |
Fix shared folders
Diffstat (limited to 'lib/util.php')
-rwxr-xr-x | lib/util.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php index 4ebc2564d1c..c5a495234d0 100755 --- a/lib/util.php +++ b/lib/util.php @@ -51,7 +51,6 @@ class OC_Util { mkdir( $userdirectory, 0755, true ); } //jail the user into his "home" directory - \OC\Files\Filesystem::mount('\OC\Files\Storage\Local', array('datadir' => $user_root), $user); \OC\Files\Filesystem::init($user_dir); $quotaProxy=new OC_FileProxy_Quota(); |