We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f85d7fe commit f308f44Copy full SHA for f308f44
apps/dav/lib/Connector/Sabre/Directory.php
@@ -330,7 +330,8 @@ public function getQuotaInfo() {
330
return $this->quotaInfo;
331
}
332
try {
333
- $storageInfo = \OC_Helper::getStorageInfo($this->info->getPath(), $this->info);
+ $info = $this->fileView->getFileInfo($this->path, false);
334
+ $storageInfo = \OC_Helper::getStorageInfo($this->info->getPath(), $info);
335
if ($storageInfo['quota'] === \OCP\Files\FileInfo::SPACE_UNLIMITED) {
336
$free = \OCP\Files\FileInfo::SPACE_UNLIMITED;
337
} else {
0 commit comments