There was an error while loading. Please reload this page.
1 parent c1ef2eb commit de6fa89Copy full SHA for de6fa89
1 file changed
lib/private/Files/Node/UserFolder.php
@@ -57,8 +57,7 @@ public function getUserQuota(bool $useCache = true): array {
57
}
58
59
if ($storage->instanceOfStorage(Quota::class)) {
60
- /** @var Quota $sourceStorage */
61
- $quota = $sourceStorage->getQuota();
+ $quota = $storage->getQuota();
62
} elseif ($quotaIncludeExternalStorage) {
63
$quota = $this->user->getQuotaBytes();
64
0 commit comments