Skip to content

Commit

Permalink
revert(comment)
Browse files Browse the repository at this point in the history
Signed-off-by: Samuel <faust64@gmail.com>
  • Loading branch information
faust64 authored and backportbot[bot] committed Mar 30, 2021
1 parent c49cff4 commit 3073732
Showing 1 changed file with 0 additions and 1 deletion.
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

0 comments on commit 3073732

Please sign in to comment.