2
0
forked from Wavyzz/dolibarr

Fix undeclared variable

This commit is contained in:
Raphaël Doursenaud
2014-04-23 11:18:15 +02:00
parent 0058bea8e0
commit e62edc0a72

View File

@@ -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);