We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 728164c commit 8dbc006Copy full SHA for 8dbc006
apps/files_sharing/lib/Controller/AcceptController.php
@@ -51,7 +51,7 @@ public function accept(string $shareId): Response {
51
try {
52
$share = $this->shareManager->acceptShare($share, $user->getUID());
53
} catch (\Exception $e) {
54
- // Just ignore
+ return new NotFoundResponse();
55
}
56
57
$url = $this->urlGenerator->linkToRouteAbsolute('files.viewcontroller.showFile', ['fileid' => $share->getNode()->getId()]);
0 commit comments