summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorSamuel <faust64@gmail.com>2021-02-05 13:27:37 +0100
committerSamuel <faust64@gmail.com>2021-02-05 13:27:37 +0100
commit3a077a3903dddcf6de7a70dc5227460065b3caa1 (patch)
tree491243025562456e5762f48538487a17649f828a /lib
parent5f8dfa8e4c3c4ed4e9edf38d14719e2fd7570464 (diff)
downloadnextcloud-server-3a077a3903dddcf6de7a70dc5227460065b3caa1.tar.gz
nextcloud-server-3a077a3903dddcf6de7a70dc5227460065b3caa1.zip
revert(comment)
Signed-off-by: Samuel <faust64@gmail.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/private/Share20/Manager.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/Share20/Manager.php b/lib/private/Share20/Manager.php
index e1e3e45064e..32bc0363b99 100644
--- a/lib/private/Share20/Manager.php
+++ b/lib/private/Share20/Manager.php
@@ -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);
}
}