fixed bug with file handle
This commit is contained in:
parent
e83d7ea1fd
commit
b531bcc450
|
|
@ -69,6 +69,7 @@ class Logging
|
||||||
|
|
||||||
if ($log_file) {
|
if ($log_file) {
|
||||||
$this->lfile($log_file);
|
$this->lfile($log_file);
|
||||||
|
$this->lopen();
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$this->lopen();
|
$this->lopen();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue