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 89350ae commit e511dabCopy full SHA for e511dab
lib/private/User/User.php
@@ -599,7 +599,7 @@ public function setQuota($quota) {
599
$this->triggerChange('quota', $quota, $oldQuota);
600
}
601
602
- // clear the quota cache
+ // Refresh the quota cache
603
$root = Server::get(IRootFolder::class);
604
$userFolder = $root->getUserFolder($this->uid);
605
$userFolder->getUserQuota(false);
0 commit comments