mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
Merge f5f773bd1c into d09b8c99de
This commit is contained in:
commit
a8fc2f537d
1 changed files with 1 additions and 1 deletions
|
|
@ -1962,7 +1962,7 @@ class ShareAPIController extends OCSController {
|
|||
return true;
|
||||
}
|
||||
return false;
|
||||
} catch (ContainerExceptionInterface $e) {
|
||||
} catch (\Exception) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue