diff --git a/airtime_mvc/public/index.php b/airtime_mvc/public/index.php index fba26a71a..fe192aa12 100644 --- a/airtime_mvc/public/index.php +++ b/airtime_mvc/public/index.php @@ -5,6 +5,7 @@ error_reporting(E_ALL|E_STRICT); function exception_error_handler($errno, $errstr, $errfile, $errline) { throw new ErrorException($errstr, $errno, 0, $errfile, $errline); + return false; } set_error_handler("exception_error_handler");