diff --git a/htdocs/emailcollector/class/emailcollector.class.php b/htdocs/emailcollector/class/emailcollector.class.php index 493c7e7434d8e..ddc4cb4fe2c15 100644 --- a/htdocs/emailcollector/class/emailcollector.class.php +++ b/htdocs/emailcollector/class/emailcollector.class.php @@ -2658,8 +2658,6 @@ public function doCollectOneCollector($mode = 0) } else { dol_syslog("One and only one existing third party has been found"); - $thirdpartystatic->fetch($result); - $operationslog .= '
Thirdparty already exists with id = '.dol_escape_htmltag($thirdpartystatic->id); } }