Skip to content

Commit

Permalink
#18471 Alternative fix for Multi Store Emails issue
Browse files Browse the repository at this point in the history
Fix small issue
  • Loading branch information
ihor-sviziev authored Oct 17, 2018
1 parent 9f34fd6 commit 66478ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ public function setReplyTo($email, $name = null)
*/
public function setFrom($from)
{
return($this->setFromByStore($from));
return $this->setFromByStore($from, null);
}

/**
Expand Down

0 comments on commit 66478ec

Please sign in to comment.