Skip to content

Commit e511dab

Browse files
authored
fixup
Signed-off-by: Côme Chilliet <[email protected]>
1 parent 89350ae commit e511dab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/private/User/User.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ public function setQuota($quota) {
599599
$this->triggerChange('quota', $quota, $oldQuota);
600600
}
601601

602-
// clear the quota cache
602+
// Refresh the quota cache
603603
$root = Server::get(IRootFolder::class);
604604
$userFolder = $root->getUserFolder($this->uid);
605605
$userFolder->getUserQuota(false);

0 commit comments

Comments
 (0)