Bug 27352: Missed case in bug 25032
Probably because of the order things got pushed. Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
ee3094d7f0
commit
bcb5b076ce
1 changed files with 1 additions and 4 deletions
|
@ -230,10 +230,7 @@ sub get_public {
|
|||
);
|
||||
}
|
||||
catch {
|
||||
return $c->render(
|
||||
status => 500,
|
||||
openapi => { error => "Something went wrong, check the logs ($_)" }
|
||||
);
|
||||
$c->unhandled_exception($_);
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue