Actions
Bug #25415
closedt3lib_formmail: addReplyTo method of Swift Mailer SimpleMessage, called with wrong arguments
Start date:
2011-03-29
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
$replyTo = $this->replyToName ? array($this->replyToAddress => $this->replyToName) : array($this->replyToAddress);
$this->mailMessage->addReplyTo($replyTo);
t3lib_formmail calls the addReplyTo method with an array as $replyTo argument. But the SimpleMessage::addReplyTo method takes the reply to address as string and the reply to name as optional string.
This should be changed. Will fix this in a minute.
Updated by Thomas Maroschik over 13 years ago
Ready for review http://review.typo3.org/1301
Should be also back-ported to 4.5 as it occurs there.
Updated by Jigal van Hemert over 13 years ago
- Status changed from New to Resolved
Applied in changeset 515d8b3122507df2c8e1e6b365e89f46a02e6633.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions