* 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 d06c81dcf8
commit 6e78ed5712

View File

@ -3576,7 +3576,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);