summaryrefslogtreecommitdiff
path: root/include/errorhandler.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-18 00:22:34 +0400
committerAndrew Dolgov <[email protected]>2013-04-18 00:22:34 +0400
commit7329ab2dd571f79c69134c6a50d505b18546e103 (patch)
treeb2e4b571536f1e04307a326dea8b3280ea07f560 /include/errorhandler.php
parentc8784bceecfd4aef7240a3daf07401fb923db804 (diff)
enable errorhandler
Diffstat (limited to 'include/errorhandler.php')
-rw-r--r--include/errorhandler.php4
1 files changed, 2 insertions, 2 deletions
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');
?>