From 109ad9902b4eb9c1fba2c30a06f2104fae36f385 Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Wed, 29 Jul 2009 14:24:46 +0000 Subject: undo of a did (left a line commented out that should not have been) --- system/codeigniter/CodeIgniter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system') diff --git a/system/codeigniter/CodeIgniter.php b/system/codeigniter/CodeIgniter.php index b78736a04..5c14c7d3d 100644 --- a/system/codeigniter/CodeIgniter.php +++ b/system/codeigniter/CodeIgniter.php @@ -56,7 +56,7 @@ require(APPPATH.'config/constants'.EXT); * Define a custom error handler so we can log PHP errors * ------------------------------------------------------ */ -//set_error_handler('_exception_handler'); +set_error_handler('_exception_handler'); @set_magic_quotes_runtime(0); // Kill magic quotes /* -- cgit v1.2.3-24-g4f1b