Bug fix dans clone()
This commit is contained in:
parent
224caa5154
commit
b40dbb9105
@ -92,7 +92,7 @@ class DoliDb {
|
||||
*/
|
||||
Function clone()
|
||||
{
|
||||
$db2 = new Db("", "", "", "", "");
|
||||
$db2 = new DoliDb("", "", "", "", "");
|
||||
$db2->db = $this->db;
|
||||
return $db2;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user