forked from extern/egroupware
* Tracker: fix inline images from mailhandling are not getting resolved properly
This commit is contained in:
parent
9f0b8754a3
commit
8b3aed5516
@ -3585,7 +3585,7 @@ $filter['before']= date("d-M-Y", $cutoffdate2);
|
|||||||
{
|
{
|
||||||
if (!isset($cache[$imageURL]))
|
if (!isset($cache[$imageURL]))
|
||||||
{
|
{
|
||||||
if ($_type !="background")
|
if ($_type !="background" && !$imageURL)
|
||||||
{
|
{
|
||||||
$bo = Mail::getInstance(false, mail_ui::$icServerID);
|
$bo = Mail::getInstance(false, mail_ui::$icServerID);
|
||||||
$attachment = $bo->getAttachmentByCID($_uid, $CID, $_partID);
|
$attachment = $bo->getAttachmentByCID($_uid, $CID, $_partID);
|
||||||
|
Loading…
Reference in New Issue
Block a user