From df192c1bb84059cfe98bbe7344a0b871a7f5b7b3 Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Thu, 2 Feb 2012 11:27:42 -0500 Subject: [PATCH] Incorrect Comment --- src/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.php b/src/index.php index 419c372..23d2965 100644 --- a/src/index.php +++ b/src/index.php @@ -42,7 +42,7 @@ function log_fatal() // types of errors that are fatal $fatal = array(E_ERROR, E_PARSE, E_RECOVERABLE_ERROR); - // Display pretty error page + // Log error. if(in_array($error['type'], $fatal)) { file_put_contents('errors.txt', print_r($error, TRUE), FILE_APPEND);