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 b6c78a4 commit f5daa7fCopy full SHA for f5daa7f
app/code/Magento/Newsletter/Model/Subscriber.php
@@ -446,7 +446,7 @@ public function subscribe($email)
446
try {
447
/* Save model before sending out email */
448
$this->save();
449
- if($sendInformationEmail) {
+ if ($sendInformationEmail) {
450
if ($isConfirmNeed === true
451
&& $isOwnSubscribes === false
452
) {
0 commit comments