Remove warning
This commit is contained in:
parent
c988e2e681
commit
9556a6dfb9
@ -281,7 +281,7 @@ class EmailCollector extends CommonObject
|
|||||||
public function fetch($id, $ref = null)
|
public function fetch($id, $ref = null)
|
||||||
{
|
{
|
||||||
$result = $this->fetchCommon($id, $ref);
|
$result = $this->fetchCommon($id, $ref);
|
||||||
if ($result > 0 && ! empty($this->table_element_line)) $this->fetchLines();
|
//if ($result > 0 && ! empty($this->table_element_line)) $this->fetchLines();
|
||||||
return $result;
|
return $result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user