mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-03 07:28:57 +02:00
N°8910 - Upgrade Symfony packages (#811)
This commit is contained in:
@@ -507,7 +507,7 @@ class Email extends Message
|
||||
}
|
||||
|
||||
if ($name !== $part->getContentId()) {
|
||||
$html = str_replace('cid:'.$name, 'cid:'.$part->getContentId(), $html, $count);
|
||||
$html = str_replace('cid:'.$name, 'cid:'.$part->getContentId(), $html);
|
||||
}
|
||||
$relatedParts[$name] = $part;
|
||||
$part->setName($part->getContentId())->asInline();
|
||||
|
||||
Reference in New Issue
Block a user