Skip to content

Commit 989f19e

Browse files
Merge branch '6.4' into 7.3
* 6.4: [Mime] Remove unused variable in Email::prepareParts
2 parents b1b828f + e698fc2 commit 989f19e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Email.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ private function prepareParts(): ?array
492492
}
493493

494494
if ($name !== $part->getContentId()) {
495-
$html = str_replace('cid:'.$name, 'cid:'.$part->getContentId(), $html, $count);
495+
$html = str_replace('cid:'.$name, 'cid:'.$part->getContentId(), $html);
496496
}
497497
$relatedParts[$name] = $part;
498498
$part->setName($part->getContentId())->asInline();

0 commit comments

Comments
 (0)