From 923343dbba77271fbb91beab7bb5fa8eeef86fed Mon Sep 17 00:00:00 2001 From: denise Date: Tue, 11 Sep 2012 10:23:50 -0400 Subject: [PATCH] index.php fix --- airtime_mvc/public/index.php | 1 + 1 file changed, 1 insertion(+) 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");