Fix log bookmark create

bad log message
This commit is contained in:
Norbert Penel 2018-10-09 12:53:45 +02:00 committed by GitHub
parent bc4ddce314
commit aa4f57e888
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -159,7 +159,7 @@ class Bookmark extends CommonObject
$sql.= ", ".$this->db->escape($conf->entity); $sql.= ", ".$this->db->escape($conf->entity);
$sql.= ")"; $sql.= ")";
dol_syslog("Bookmark::update", LOG_DEBUG); dol_syslog("Bookmark::create", LOG_DEBUG);
$resql = $this->db->query($sql); $resql = $this->db->query($sql);
if ($resql) if ($resql)
{ {