diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-01-20 00:40:52 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-01-20 00:48:00 +0100 |
commit | 11c848b2215ba00ea5db33690942e1d6df27ae1b (patch) | |
tree | de6ff6d2fed8f0957615482c0fecb34bc334cda4 /lib/util.php | |
parent | a1dfe16d0a130c4d27bad8418a3801fdd5774735 (diff) | |
download | nextcloud-server-11c848b2215ba00ea5db33690942e1d6df27ae1b.tar.gz nextcloud-server-11c848b2215ba00ea5db33690942e1d6df27ae1b.zip |
initial work on filesystemview
Diffstat (limited to 'lib/util.php')
-rw-r--r-- | lib/util.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php index 2fb581aea25..29f2cdd06d4 100644 --- a/lib/util.php +++ b/lib/util.php @@ -45,7 +45,7 @@ class OC_Util { } //jail the user into his "home" directory - OC_Filesystem::chroot("/$user/$root"); + OC_Filesystem::init('/'.$user.'/'.$root); $quotaProxy=new OC_FileProxy_Quota(); OC_FileProxy::register($quotaProxy); self::$fsSetup=true; |