diff --git a/include/errorhandler.php b/include/errorhandler.php index 6b64d5161..2c8d35f83 100644 --- a/include/errorhandler.php +++ b/include/errorhandler.php @@ -49,6 +49,6 @@ function ttrss_fatal_handler() { return false; } -//register_shutdown_function('ttrss_fatal_handler'); -//set_error_handler('ttrss_error_handler'); +register_shutdown_function('ttrss_fatal_handler'); +set_error_handler('ttrss_error_handler'); ?>