mirror of
https://github.com/slawkens/myaac.git
synced 2025-11-30 15:06:50 +01:00
* fixed that database_log was always on
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user