Skip to content

Commit

Permalink
Merge pull request #48635 from nextcloud/backport/48623/stable30
Browse files Browse the repository at this point in the history
  • Loading branch information
provokateurin authored Oct 28, 2024
2 parents 34b9721 + 643e9ff commit f642117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/private/Files/Storage/Wrapper/Quota.php
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ private function isPartFile($path) {
/**
* Only apply quota for files, not metadata, trash or others
*/
private function shouldApplyQuota(string $path): bool {
protected function shouldApplyQuota(string $path): bool {
return str_starts_with(ltrim($path, '/'), 'files/');
}

Expand Down

0 comments on commit f642117

Please sign in to comment.