Skip to content

Commit e698fc2

Browse files
committed
[Mime] Remove unused variable in Email::prepareParts
1 parent 61ab968 commit e698fc2

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
@@ -507,7 +507,7 @@ private function prepareParts(): ?array
507507
}
508508

509509
if ($name !== $part->getContentId()) {
510-
$html = str_replace('cid:'.$name, 'cid:'.$part->getContentId(), $html, $count);
510+
$html = str_replace('cid:'.$name, 'cid:'.$part->getContentId(), $html);
511511
}
512512
$relatedParts[$name] = $part;
513513
$part->setName($part->getContentId())->asInline();

0 commit comments

Comments
 (0)