Upgrade to CodeIgniter 2.0.3
This commit is contained in:
@@ -83,7 +83,7 @@ class CI_Log {
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
$filepath = $this->_log_path.'log-'.date('Y-m-d').EXT;
|
||||
$filepath = $this->_log_path.'log-'.date('Y-m-d').'.php';
|
||||
$message = '';
|
||||
|
||||
if ( ! file_exists($filepath))
|
||||
|
||||
Reference in New Issue
Block a user