* fixed that database_log was always on

This commit is contained in:
slawkens 2018-06-01 18:27:46 +02:00
parent db67bb0b98
commit ae24a4ea4c

View File

@ -94,7 +94,7 @@ class OTS_DB_MySQL extends OTS_Base_DB
$this->prefix = $params['prefix']; $this->prefix = $params['prefix'];
} }
if( isset($params['log']) ) if( isset($params['log']) && $params['log'] )
{ {
$this->logged = true; $this->logged = true;
} }