Ver Fonte

fixed bug with file handle

Nuno Miguel Reis há 11 anos atrás
pai
commit
b97d9c8c8f
1 ficheiros alterados com 1 adições e 0 exclusões
  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();