* Tracker: fix inline images from mailhandling are not getting resolved properly

This commit is contained in:
Hadi Nategh 2018-05-15 18:15:00 +02:00
parent 9f0b8754a3
commit 8b3aed5516

View File

@ -3585,7 +3585,7 @@ $filter['before']= date("d-M-Y", $cutoffdate2);
{
if (!isset($cache[$imageURL]))
{
if ($_type !="background")
if ($_type !="background" && !$imageURL)
{
$bo = Mail::getInstance(false, mail_ui::$icServerID);
$attachment = $bo->getAttachmentByCID($_uid, $CID, $_partID);