mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 17:59:22 +02:00
* fixed that database_log was always on
This commit is contained in:
parent
db67bb0b98
commit
ae24a4ea4c
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user