We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d790198 commit 1f66421Copy full SHA for 1f66421
app/code/Magento/Newsletter/Controller/Manage/Save.php
@@ -96,9 +96,6 @@ public function execute()
96
->unsubscribeCustomerById($customerId);
97
$this->messageManager->addSuccess(__('We removed the subscription.'));
98
}
99
- } else {
100
- $this->_redirect('newsletter/manage/');
101
- return;
102
103
} catch (\Exception $e) {
104
$this->messageManager->addError(__('Something went wrong while saving your subscription.'));
0 commit comments