Merge pull request #11890 from atm-florian/10.0
fix: fill id for links (document tab)
This commit is contained in:
commit
e7d01f98cf
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user