mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix log
This commit is contained in:
parent
b094ae953e
commit
be2c49d490
|
|
@ -1845,7 +1845,7 @@ class Product extends CommonObject
|
|||
if (! $id && ! $ref && ! $ref_ext)
|
||||
{
|
||||
$this->error='ErrorWrongParameters';
|
||||
dol_print_error(get_class($this)."::fetch ".$this->error);
|
||||
dol_syslog(get_class($this)."::fetch ".$this->error);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user