]> source.dussan.org Git - nextcloud-server.git/commitdiff
revert(comment) 26377/head
authorSamuel <faust64@gmail.com>
Fri, 5 Feb 2021 12:27:37 +0000 (13:27 +0100)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Tue, 30 Mar 2021 19:26:04 +0000 (19:26 +0000)
Signed-off-by: Samuel <faust64@gmail.com>
lib/private/Share20/Manager.php

index 1d8149e5c94c0f290a0ee930530b7593cbb8a4db..9df544bb628adf0ac740fdf3ed65dfd6919e8608 100644 (file)
@@ -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);
                        }
                }