mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Remove duplicate 'ReplyTo'
This commit is contained in:
parent
e5113ef20a
commit
f41559ae2f
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ trait Response
|
||||||
}
|
}
|
||||||
|
|
||||||
// \MailSo\Mime\EmailCollection
|
// \MailSo\Mime\EmailCollection
|
||||||
foreach (['ReplyTo','From','To','Cc','Bcc','Sender','DeliveredTo','ReplyTo'] as $prop) {
|
foreach (['ReplyTo','From','To','Cc','Bcc','Sender','DeliveredTo'] as $prop) {
|
||||||
$mResult[$prop] = $this->responseObject($mResult[$prop], $sParent);
|
$mResult[$prop] = $this->responseObject($mResult[$prop], $sParent);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue