We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da416f3 commit 96f01c5Copy full SHA for 96f01c5
app/code/Magento/Contact/Model/Mail.php
@@ -50,8 +50,8 @@ public function __construct(
50
public function send($replyTo, array $variables)
51
{
52
/** @see \Magento\Contact\Controller\Index\Post::validatedParams() */
53
- $replyToName = !empty($variables['name']) ? $variables['name'] : null;
54
-
+ $replyToName = !empty($variables['data']['name']) ? $variables['data']['name'] : null;
+
55
$this->inlineTranslation->suspend();
56
try {
57
$transport = $this->transportBuilder
0 commit comments