This commit is contained in:
Maxence Lange 2026-02-03 19:58:22 -01:00 committed by GitHub
commit a8fc2f537d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1962,7 +1962,7 @@ class ShareAPIController extends OCSController {
return true;
}
return false;
} catch (ContainerExceptionInterface $e) {
} catch (\Exception) {
return false;
}
}