2
0
forked from Wavyzz/dolibarr
This commit is contained in:
aspangaro
2015-04-06 08:20:23 +02:00
parent ca82c2f36d
commit 03b1db138e
2 changed files with 2 additions and 2 deletions

View File

@@ -1611,7 +1611,7 @@ abstract class CommonObject
}
if (! in_array($suffix,array('','_public','_private')))
{
dol_syslog(get_class($this)."::upate_note Parameter suffix must be empty, '_private' or '_public'", LOG_ERR);
dol_syslog(get_class($this)."::update_note Parameter suffix must be empty, '_private' or '_public'", LOG_ERR);
return -2;
}