Merge pull request #9714 from homer8173/patch-3
Fix log bookmark create
This commit is contained in:
commit
69b33199da
@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user