Skip to content

Commit

Permalink
Merge pull request #3335 from nextcloud/backport/3328/stable30
Browse files Browse the repository at this point in the history
  • Loading branch information
provokateurin authored Oct 9, 2024
2 parents 4bf5f99 + 641b6ee commit de1d51b
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 @@ -69,4 +69,8 @@ public function getScanner($path = '', $storage = null) {
}
return $storage->scanner;
}

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

0 comments on commit de1d51b

Please sign in to comment.