revert(comment)

Signed-off-by: Samuel <faust64@gmail.com>
This commit is contained in:
Samuel 2021-02-05 13:27:37 +01:00 committed by backportbot[bot]
parent 09a92dc7cd
commit 8b6706ea7d
1 changed files with 0 additions and 1 deletions

View File

@ -543,7 +543,6 @@ class Manager implements IManager {
);
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);
}
}