mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
fix(sharing): ignore inexisting memberships during reshare check
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
This commit is contained in:
parent
85d2ee5262
commit
f5f773bd1c
1 changed files with 1 additions and 1 deletions
|
|
@ -1992,7 +1992,7 @@ class ShareAPIController extends OCSController {
|
|||
return true;
|
||||
}
|
||||
return false;
|
||||
} catch (ContainerExceptionInterface $e) {
|
||||
} catch (\Exception) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue