From: Andrew Dolgov Date: Wed, 17 Apr 2013 20:22:34 +0000 (+0400) Subject: enable errorhandler X-Git-Tag: 1.7.9~25^2~153 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=7329ab2dd571f79c69134c6a50d505b18546e103;p=tt-rss.git enable errorhandler --- 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'); ?>