diff options
author | Samuel <faust64@gmail.com> | 2021-02-05 13:27:37 +0100 |
---|---|---|
committer | backportbot[bot] <backportbot[bot]@users.noreply.github.com> | 2021-03-30 19:26:04 +0000 |
commit | 3073732002a6ad4915ca527dafa9708a8d1aa743 (patch) | |
tree | 30cce050b9e86b35f57d62dff6cd8e664779ec37 | |
parent | c49cff453c3b699960eaacad8f8fc508d5676e94 (diff) | |
download | nextcloud-server-3073732002a6ad4915ca527dafa9708a8d1aa743.tar.gz nextcloud-server-3073732002a6ad4915ca527dafa9708a8d1aa743.zip |
revert(comment)
Signed-off-by: Samuel <faust64@gmail.com>
-rw-r--r-- | lib/private/Share20/Manager.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/Share20/Manager.php b/lib/private/Share20/Manager.php index 1d8149e5c94..9df544bb628 100644 --- a/lib/private/Share20/Manager.php +++ b/lib/private/Share20/Manager.php @@ -544,7 +544,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); } } |