dont check for filecache updates when getting quota info over webdav

This commit is contained in:
Robin Appelman 2012-07-20 16:35:24 +02:00
parent 23c71b15a0
commit 445f52ef8b
1 changed files with 1 additions and 1 deletions

View File

@ -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()