Skip to content

Commit bd0aa57

Browse files
authored
#18471 Alternative fix for Multi Store Emails issue
Fix small issue
1 parent 193c6c2 commit bd0aa57

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)