From efb57f965a2942a7a8d204390859684edd010f6b Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 24 Mar 2022 21:32:37 +0100 Subject: Rename conflicting function (#4289) #fix https://github.com/FreshRSS/FreshRSS/issues/4284 --- lib/Minz/FrontController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/Minz/FrontController.php') diff --git a/lib/Minz/FrontController.php b/lib/Minz/FrontController.php index 17bbc1818..dea818a91 100644 --- a/lib/Minz/FrontController.php +++ b/lib/Minz/FrontController.php @@ -100,9 +100,9 @@ class Minz_FrontController { * Permet d'arrĂȘter le programme en urgence */ private function killApp ($txt = '') { - if (function_exists('errorMessage')) { + if (function_exists('errorMessageInfo')) { //If the application has defined a custom error message function - exit(errorMessage('Application problem', $txt)); + exit(errorMessageInfo('Application problem', $txt)); } exit('### Application problem ###
' . "\n" . $txt); } -- cgit v1.2.3