revert(comment)
Signed-off-by: Samuel <faust64@gmail.com>
This commit is contained in:
parent
c49cff453c
commit
3073732002
|
@ -544,7 +544,6 @@ class Manager implements IManager {
|
||||||
);
|
);
|
||||||
if (empty($groups)) {
|
if (empty($groups)) {
|
||||||
$message_t = $this->l->t('Sharing is only allowed with group members');
|
$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);
|
throw new \Exception($message_t);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue