diff options
Diffstat (limited to 'lib/Minz/FrontController.php')
| -rw-r--r-- | lib/Minz/FrontController.php | 4 |
1 files changed, 2 insertions, 2 deletions
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 ###<br />' . "\n" . $txt); } |
