forked from extern/egroupware
Simple fix for the MULTIPART/RELATED section of the Mail-Structure.
This commit is contained in:
parent
df8b55c0f7
commit
f37e2bfdc6
@ -998,7 +998,7 @@
|
||||
$partHTML = $mimePart;
|
||||
} elseif ($mimePart->type == 'MULTIPART' && $mimePart->subType == 'RELATED' && is_array($mimePart->subParts)) {
|
||||
// in a multipart alternative we treat the multipart/related as html part
|
||||
$partHTML = $mimePart;
|
||||
$partHTML =array($mimePart);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user