diff --git a/inc/functions.php b/inc/functions.php index 6e2fae1e..1b2a0635 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -101,7 +101,7 @@ error('Caught fatal error: ' . $error['message'] . ' in ' . $error['file'] . ' on line ' . $error['line']); } } - register_shutdown_function('fatal_error_handler'); + //register_shutdown_function('fatal_error_handler'); // Memcached function memcached_open() {