diff options
author | Christopher Guiney <chris@guiney.net> | 2012-07-04 21:30:37 +0200 |
---|---|---|
committer | Christopher Guiney <chris@guiney.net> | 2012-07-04 21:30:37 +0200 |
commit | f3b7fa268d0c10c43e48952c44ad617167c0e387 (patch) | |
tree | a2b94acbc989faa538be684df72ba8c8582b3fff /system | |
parent | 94e36fd06f5ade974cf16a7eedbf960bc3ad27ba (diff) |
updated the changelog, fixed some whitespace
Diffstat (limited to 'system')
-rw-r--r-- | system/core/Common.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Common.php b/system/core/Common.php index 1e78761e6..7e93ed46d 100644 --- a/system/core/Common.php +++ b/system/core/Common.php @@ -526,7 +526,7 @@ if ( ! function_exists('_exception_handler')) // Should we display the error? We'll get the current error_reporting // level and add its bits with the severity bits to find out. - // And respect display_errors + // And respect display_errors if (($severity & error_reporting()) === $severity && (bool) ini_get('display_errors') === TRUE) { $_error->show_php_error($severity, $message, $filepath, $line); |