mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Merge pull request #48635 from nextcloud/backport/48623/stable30
This commit is contained in:
commit
f6421177f8
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ class Quota extends Wrapper {
|
|||
/**
|
||||
* 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/');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue