Skip to content
Snippets Groups Projects
Commit 5e2c360d authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge pull request #1546 from GPCsolutions/linkfix

Fix undeclared variable
parents 8d6e80d0 e62edc0a
No related branches found
No related tags found
No related merge requests found
......@@ -266,7 +266,7 @@ class Link extends CommonObject
{
while ($obj = $this->db->fetch_object($resql))
{
$link = new Link($db);
$link = new Link($this->db);
$link->id = $obj->rowid;
$link->entity = $obj->entity;
$link->datea = $this->db->jdate($obj->datea);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment