]> git.wh0rd.org Git - tt-rss.git/commitdiff
enable errorhandler
authorAndrew Dolgov <fox@fakecake.org>
Wed, 17 Apr 2013 20:22:34 +0000 (00:22 +0400)
committerAndrew Dolgov <fox@fakecake.org>
Wed, 17 Apr 2013 20:22:34 +0000 (00:22 +0400)
include/errorhandler.php

index 6b64d5161bad2ced4252cc4ec7981a1c4e65b1f1..2c8d35f8371c4a8b2759d014642245910b50ad97 100644 (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');
 ?>