Skip to content
Snippets Groups Projects
Commit 445f52ef authored by Robin Appelman's avatar Robin Appelman
Browse files

dont check for filecache updates when getting quota info over webdav

parent 23c71b15
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment