From 7329ab2dd571f79c69134c6a50d505b18546e103 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 18 Apr 2013 00:22:34 +0400 Subject: [PATCH] enable errorhandler --- include/errorhandler.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/errorhandler.php b/include/errorhandler.php index 6b64d516..2c8d35f8 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'); ?> -- 2.39.5