diff options
author | Michael Gapczynski <GapczynskiM@gmail.com> | 2011-08-15 17:49:36 -0400 |
---|---|---|
committer | Michael Gapczynski <GapczynskiM@gmail.com> | 2011-08-15 17:49:36 -0400 |
commit | 1ec75330ecf342ef38092934294a6a444bbbdac7 (patch) | |
tree | 658555747f66b90b6547e7fe58ec8f3a9fb19417 /lib/util.php | |
parent | 801e4f86116c0ef9af4ad93a39b955deaa2f6ce8 (diff) | |
parent | 98997a51fa7883f9da7e9210732daf1a607ff861 (diff) | |
download | nextcloud-server-1ec75330ecf342ef38092934294a6a444bbbdac7.tar.gz nextcloud-server-1ec75330ecf342ef38092934294a6a444bbbdac7.zip |
Merge branch 'master' into sharing
Diffstat (limited to 'lib/util.php')
-rw-r--r-- | lib/util.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/util.php b/lib/util.php index 224b54335b8..53c4283be11 100644 --- a/lib/util.php +++ b/lib/util.php @@ -78,6 +78,8 @@ class OC_Util { //jail the user into his "home" directory OC_Filesystem::chroot("/$user/$root"); + $quotaProxy=new OC_FileProxy_Quota(); + OC_FileProxy::register($quotaProxy); self::$fsSetup=true; } } |