enable errorhandler

This commit is contained in:
Andrew Dolgov 2013-04-18 00:22:34 +04:00
parent c8784bceec
commit 7329ab2dd5
1 changed files with 2 additions and 2 deletions

View File

@ -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');
?>