Skip to content
Snippets Groups Projects
Commit ed4f7fd0 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: error

parent de59f3aa
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment