We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 618f702 commit a97a198Copy full SHA for a97a198
lib/private/Share20/Manager.php
@@ -515,7 +515,7 @@ protected function groupCreateChecks(IShare $share) {
515
516
// Check if sharing with this group is blocked
517
$groupsBlockList = $this->appConfig->getValueArray('core', 'shareapi_groups_block_list', []);
518
- if(in_array($share->getSharedWith(), $groupsBlockList)) {
+ if (in_array($share->getSharedWith(), $groupsBlockList)) {
519
throw new \InvalidArgumentException('Sharing with group ' . $share->getSharedWith() . ' is not allowed.');
520
}
521
0 commit comments