|
|
@ -146,7 +146,7 @@ class OC_Connector_Sabre_Directory extends OC_Connector_Sabre_Node implements Sa |
|
|
|
* @return array |
|
|
|
* @return array |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public function getQuotaInfo() { |
|
|
|
public function getQuotaInfo() { |
|
|
|
$rootInfo=OC_FileCache::get(''); |
|
|
|
$rootInfo=OC_FileCache_Cached::get(''); |
|
|
|
return array( |
|
|
|
return array( |
|
|
|
$rootInfo['size'], |
|
|
|
$rootInfo['size'], |
|
|
|
OC_Filesystem::free_space() |
|
|
|
OC_Filesystem::free_space() |
|
|
|