浏览代码

fixed bug with file handle

Nuno Miguel Reis 11 年之前
父节点
当前提交
b97d9c8c8f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      resources/classes/logging.php

+ 1 - 0
resources/classes/logging.php

@@ -69,6 +69,7 @@ class Logging
 
 		if ($log_file) {
 			$this->lfile($log_file);
+			$this->lopen();
 		}
 		else {
 			$this->lopen();