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 727294d commit 24126b7Copy full SHA for 24126b7
app/code/Magento/Newsletter/Controller/Subscriber/NewAction.php
@@ -173,7 +173,7 @@ public function execute()
173
{
174
if ($this->getRequest()->isPost()
175
&& $this->getRequest()->getPost('email')
176
- && $this->newsletterConfig->isActive()
+ && $this->newsletterConfig->isActive(ScopeInterface::SCOPE_STORE)
177
) {
178
$email = (string)$this->getRequest()->getPost('email');
179
0 commit comments