summaryrefslogtreecommitdiffstats
path: root/system/libraries/Log.php
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-08-27 17:28:31 +0200
committeradmin <devnull@localhost>2006-08-27 17:28:31 +0200
commit57b3d39cb79bb3b8d193e0e345a62e3396e519f2 (patch)
treea453970cc05172c819df5bd7a04b3c431e67a37a /system/libraries/Log.php
parent141808ad31d4eefad4c6c3dbaf8306fac2342668 (diff)
Diffstat (limited to 'system/libraries/Log.php')
-rw-r--r--system/libraries/Log.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Log.php b/system/libraries/Log.php
index 17b96b2c2..de5a9b836 100644
--- a/system/libraries/Log.php
+++ b/system/libraries/Log.php
@@ -40,7 +40,7 @@ class CI_Log {
* @param string the error threshold
* @param string the date formatting codes
*/
- function CI_Log($path = '', $threshold = '', $date_fmt = '')
+ function CI_Log($path = '', $threshold = 4, $date_fmt = '')
{
$this->log_path = ($path != '') ? $path : BASEPATH.'logs/';