Fix to avoid blocking error in auto upgrade process
This commit is contained in:
parent
1e9cee1b07
commit
dcfc385645
@ -633,7 +633,8 @@ class ExtraFields
|
||||
}
|
||||
else
|
||||
{
|
||||
print dol_print_error($this->db);
|
||||
$this->error=$this->db->lasterror();
|
||||
dol_syslog(get_class($this)."::fetch_name_optionals_label ".$this->error, LOG_ERR);
|
||||
}
|
||||
|
||||
return $array_name_label;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user