Skip to content

Commit 840245b

Browse files
authored
Merge pull request #442 from magefan/andriysvyryda-patch-6
Update Post.php
2 parents e03bb3c + c3dc4a4 commit 840245b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Controller/Comment/Post.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public function execute()
9292
$this->customerSession->getCustomerId()
9393
)->setAuthorNickname(
9494
$this->customerSession->getCustomer()->getName()
95-
)->setAauthorEmail(
95+
)->setAuthorEmail(
9696
$this->customerSession->getCustomer()->getEmail()
9797
)->setAuthorType(
9898
\Magefan\Blog\Model\Config\Source\AuthorType::CUSTOMER

0 commit comments

Comments
 (0)