Incorrect Comment

This commit is contained in:
Timothy Warren 2012-02-02 11:27:42 -05:00
parent b6049e2048
commit df192c1bb8
1 changed files with 1 additions and 1 deletions

View File

@ -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);