undo of a did
(left a line commented out that should not have been)
diff --git a/system/codeigniter/CodeIgniter.php b/system/codeigniter/CodeIgniter.php
index b78736a..5c14c7d 100644
--- a/system/codeigniter/CodeIgniter.php
+++ b/system/codeigniter/CodeIgniter.php
@@ -56,7 +56,7 @@
  *  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
 
 /*