Fix removed a debug die
This commit is contained in:
parent
71a83b4d7e
commit
4c01f33228
@ -8035,7 +8035,8 @@ abstract class CommonObject
|
||||
|
||||
if (! $this->db->query($sql))
|
||||
{
|
||||
$this->db->rollback();die($sql);
|
||||
$this->error = $this->db->lasterror();
|
||||
$this->db->rollback();
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user