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.
2 parents e03bb3c + c3dc4a4 commit 840245bCopy full SHA for 840245b
Controller/Comment/Post.php
@@ -92,7 +92,7 @@ public function execute()
92
$this->customerSession->getCustomerId()
93
)->setAuthorNickname(
94
$this->customerSession->getCustomer()->getName()
95
- )->setAauthorEmail(
+ )->setAuthorEmail(
96
$this->customerSession->getCustomer()->getEmail()
97
)->setAuthorType(
98
\Magefan\Blog\Model\Config\Source\AuthorType::CUSTOMER
0 commit comments