Fix undeclared variable
This commit is contained in:
parent
0058bea8e0
commit
e62edc0a72
@ -266,7 +266,7 @@ class Link extends CommonObject
|
|||||||
{
|
{
|
||||||
while ($obj = $this->db->fetch_object($resql))
|
while ($obj = $this->db->fetch_object($resql))
|
||||||
{
|
{
|
||||||
$link = new Link($db);
|
$link = new Link($this->db);
|
||||||
$link->id = $obj->rowid;
|
$link->id = $obj->rowid;
|
||||||
$link->entity = $obj->entity;
|
$link->entity = $obj->entity;
|
||||||
$link->datea = $this->db->jdate($obj->datea);
|
$link->datea = $this->db->jdate($obj->datea);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user