]> git.koha-community.org Git - koha.git/commit
Bug 31908: Replace an exit by a safe_exit in Auth.pm L1314
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Mon, 14 Nov 2022 11:09:43 +0000 (11:09 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Thu, 22 Dec 2022 16:19:43 +0000 (16:19 +0000)
commit7373a1e414ffc74ac17a5c2d4b03b0ee33031cda
tree8d50b0142042943f3995da7e3054f413e84e3645
parent2438b040765a1bfb23503e64467fec878ad086b1
Bug 31908: Replace an exit by a safe_exit in Auth.pm L1314

No change in user experience. But since we can mock safe_exit,
we can enhance test results.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: David Cook <dcook@prosentient.com.au>
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
C4/Auth.pm