commit | b06d69f03f5149877390d7e99882006a141268ff | [log] [tgz] |
---|---|---|
author | admin <devnull@localhost> | Fri Oct 13 21:44:17 2006 +0000 |
committer | admin <devnull@localhost> | Fri Oct 13 21:44:17 2006 +0000 |
tree | 0d39c4fd2909649a5673af47e4b62a3afc2b629e | |
parent | 5a14ea1599841bdaac15b45e3efd4cba01601f49 [diff] [blame] |
diff --git a/system/codeigniter/Common.php b/system/codeigniter/Common.php index 8ac80d6..07b468f 100644 --- a/system/codeigniter/Common.php +++ b/system/codeigniter/Common.php
@@ -204,7 +204,7 @@ static $LOG; $config = get_config(); - if ($config['log_errors'] === FALSE) + if ($config['log_threshold'] == 0) { return; } @@ -255,7 +255,7 @@ // Should we log the error? No? We're done... $config = get_config(); - if ($config['log_errors'] === FALSE) + if ($config['log_threshold'] == 0) { return; }