Skip to content

Commit

Permalink
Merge pull request #3333 from nextcloud/backport/3328/stable28
Browse files Browse the repository at this point in the history
  • Loading branch information
provokateurin authored Oct 9, 2024
2 parents 047b4fc + 41ff8fb commit 17db1fe
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 17db1fe

Please sign in to comment.