mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Fix escaping
This commit is contained in:
@@ -46,7 +46,7 @@ class TraceableDB extends DoliDB
|
||||
public function __construct($db)
|
||||
{
|
||||
$this->db = $db;
|
||||
$this->type = $db->type;
|
||||
$this->type = $this->db->type;
|
||||
$this->queries = array();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user