fix: fill id for links (document tab)

This commit is contained in:
florian HENRY 2019-09-13 15:25:16 +02:00
parent e54dbecf6d
commit 7966bfc2df

View File

@ -334,6 +334,7 @@ class Link extends CommonObject
if($this->db->num_rows($resql) > 0)
{
$obj = $this->db->fetch_object($resql);
$this->id=$obj->rowid;
$this->entity = $obj->entity;
$this->datea = $this->db->jdate($obj->datea);
$this->url = $obj->url;