Merge pull request #9714 from homer8173/patch-3

Fix log bookmark create
This commit is contained in:
Laurent Destailleur 2018-10-09 16:07:15 +02:00 committed by GitHub
commit 69b33199da
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)
{ {