index.php fix

This commit is contained in:
denise 2012-09-11 10:23:50 -04:00
parent ae6d80fc2a
commit 923343dbba
1 changed files with 1 additions and 0 deletions

View File

@ -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");