Fix: error
This commit is contained in:
parent
de59f3aafe
commit
ed4f7fd083
@ -114,7 +114,7 @@ abstract class DolibarrModules
|
||||
$sql=str_replace('__ENTITY__', $conf->entity, $sql);
|
||||
|
||||
dol_syslog(get_class($this)."::_init ignoreerror=".$ignoreerror." sql=".$sql, LOG_DEBUG);
|
||||
$result=$this->db->query($sql);
|
||||
$result=$this->db->query($sql, $ignoreerror);
|
||||
if (! $result)
|
||||
{
|
||||
if (! $ignoreerror)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user