Skip to content

Commit

Permalink
fix: Override check for applying quota in wrapper
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Knorr <jus@bitgrid.net>
  • Loading branch information
juliusknorr authored and backportbot[bot] committed Oct 9, 2024
1 parent 047b4fc commit 41ff8fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/Mount/GroupFolderStorage.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,8 @@ public function getScanner($path = '', $storage = null) {
}
return $storage->scanner;
}

protected function shouldApplyQuota(string $path): bool {
return true;
}
}

0 comments on commit 41ff8fb

Please sign in to comment.