Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 424929f

Browse files
author
Graham Wharton
committed
Merge branch '2.3-develop-emailfix' of https://github.com/gwharton/magento2 into 2.3-develop-emailfix
2 parents 523b046 + bd0aa57 commit 424929f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Mail/Template/TransportBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ public function setReplyTo($email, $name = null)
187187
*/
188188
public function setFrom($from)
189189
{
190-
return($this->setFromByStore($from));
190+
return $this->setFromByStore($from, null);
191191
}
192192

193193
/**

0 commit comments

Comments
 (0)