mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-20 17:18:51 +02:00
SQLite Log format
This commit is contained in:
@@ -467,8 +467,8 @@ class FileLog
|
||||
*/
|
||||
public function __construct($sFileName = '')
|
||||
{
|
||||
$this->oFileNameBuilder = LogFileNameBuilderFactory::GetInstance($sFileName); $sLogFilePath = $this->oFileNameBuilder->GetLogFilePath();
|
||||
|
||||
$this->oFileNameBuilder = LogFileNameBuilderFactory::GetInstance($sFileName);
|
||||
$sLogFilePath = $this->oFileNameBuilder->GetLogFilePath();
|
||||
$this->bHasSQLite = class_exists('SQLite3');
|
||||
if ($this->bHasSQLite) {
|
||||
if (empty($sLogFilePath)) {
|
||||
|
||||
Reference in New Issue
Block a user