diff --git a/components/ILIAS/UI/src/Implementation/Component/Launcher/Inline.php b/components/ILIAS/UI/src/Implementation/Component/Launcher/Inline.php index 6624b7cccc7c..332bd0e6af5f 100755 --- a/components/ILIAS/UI/src/Implementation/Component/Launcher/Inline.php +++ b/components/ILIAS/UI/src/Implementation/Component/Launcher/Inline.php @@ -145,11 +145,7 @@ public function withRequest(ServerRequestInterface $request): self public function getResult(): ?Result { - try { - return $this->modal?->getForm()?->getInputGroup()?->getContent(); - } catch (\Throwable) { - return null; - } + return $this->modal?->getForm()?->getInputGroup()?->getContent(); } public function getModal(): ?Modal\Roundtrip