summaryrefslogtreecommitdiff
path: root/include/errorhandler.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-17 21:19:00 +0400
committerAndrew Dolgov <[email protected]>2013-04-17 21:19:00 +0400
commite441b5837b84f8313e506a3d1b087f269f4a9fb3 (patch)
tree5d7c131538588eebb3813a9f002542e7db072a55 /include/errorhandler.php
parentd9c85e0f112034ca3e3f4d34213f6dcccf9d54e1 (diff)
initial
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 2c8d35f83..6b64d5161 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');
?>