Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
revert(comment)
Signed-off-by: Samuel <[email protected]>
  • Loading branch information
faust64 authored and backportbot[bot] committed Mar 30, 2021
commit 3073732002a6ad4915ca527dafa9708a8d1aa743
1 change: 0 additions & 1 deletion lib/private/Share20/Manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,6 @@ protected function userCreateChecks(IShare $share) {
);
if (empty($groups)) {
$message_t = $this->l->t('Sharing is only allowed with group members');
// throw new GenericShareException($message_t, $message_t, 404);
throw new \Exception($message_t);
}
}
Expand Down