FetchLines does not exist on class emailcollector action but FetchLinesCommonDoes
This commit is contained in:
parent
00d3750ab1
commit
86274072ba
@ -272,7 +272,7 @@ class EmailCollectorAction extends CommonObject
|
|||||||
{
|
{
|
||||||
$result = $this->fetchCommon($id, $ref);
|
$result = $this->fetchCommon($id, $ref);
|
||||||
if ($result > 0 && !empty($this->table_element_line)) {
|
if ($result > 0 && !empty($this->table_element_line)) {
|
||||||
$this->fetchLines();
|
$this->fetchLinesCommon();
|
||||||
}
|
}
|
||||||
return $result;
|
return $result;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user