pass fileinfo to getStorageInfo

This commit is contained in:
Robin Appelman 2015-02-13 16:01:28 +01:00
parent fb2a3284df
commit 9abaa0cc61
1 changed files with 1 additions and 2 deletions

View File

@ -241,8 +241,7 @@ class OC_Connector_Sabre_Directory extends OC_Connector_Sabre_Node
return $this->quotaInfo;
}
try {
$path = \OC\Files\Filesystem::getView()->getRelativePath($this->info->getPath());
$storageInfo = OC_Helper::getStorageInfo($path);
$storageInfo = OC_Helper::getStorageInfo($this->info->getPath(), $this->info);
$this->quotaInfo = array(
$storageInfo['used'],
$storageInfo['free']