Remove warning

This commit is contained in:
Laurent Destailleur 2018-11-05 12:31:35 +01:00
parent c988e2e681
commit 9556a6dfb9

View File

@ -281,7 +281,7 @@ class EmailCollector extends CommonObject
public function fetch($id, $ref = null)
{
$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;
}