Skip to content

Commit 3cfcf01

Browse files
Merge pull request #3328 from nextcloud/fix/quota-wrapper
2 parents 834ddc7 + ea55e62 commit 3cfcf01

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/Mount/GroupFolderStorage.php

+4
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,8 @@ public function getScanner($path = '', $storage = null): IScanner {
8585

8686
return $storage->scanner;
8787
}
88+
89+
protected function shouldApplyQuota(string $path): bool {
90+
return true;
91+
}
8892
}

0 commit comments

Comments
 (0)