diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-07-20 16:35:24 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-07-20 16:35:51 +0200 |
commit | 445f52ef8ba9698d21cea262a8c227ddc6564945 (patch) | |
tree | 9f386b3e6e8e72a94f5e98212785d62c87a7d78f /lib/connector/sabre/directory.php | |
parent | 23c71b15a02551c33a63b32a33de233d8d4462f5 (diff) | |
download | nextcloud-server-445f52ef8ba9698d21cea262a8c227ddc6564945.tar.gz nextcloud-server-445f52ef8ba9698d21cea262a8c227ddc6564945.zip |
dont check for filecache updates when getting quota info over webdav
Diffstat (limited to 'lib/connector/sabre/directory.php')
-rw-r--r-- | lib/connector/sabre/directory.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/connector/sabre/directory.php b/lib/connector/sabre/directory.php index b75bb5c50f5..f3f6541a8d4 100644 --- a/lib/connector/sabre/directory.php +++ b/lib/connector/sabre/directory.php @@ -146,7 +146,7 @@ class OC_Connector_Sabre_Directory extends OC_Connector_Sabre_Node implements Sa * @return array */ public function getQuotaInfo() { - $rootInfo=OC_FileCache::get(''); + $rootInfo=OC_FileCache_Cached::get(''); return array( $rootInfo['size'], OC_Filesystem::free_space() |