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 f035cb4 + 8d704f6 commit a78f3b1Copy full SHA for a78f3b1
app/code/Magento/AdminNotification/Controller/Adminhtml/Notification/MassRemove.php
@@ -39,6 +39,6 @@ public function execute()
39
$this->messageManager->addException($e, __("We couldn't remove the messages because of an error."));
40
}
41
42
- $this->getResponse()->setRedirect($this->_redirect->getRedirectUrl($this->getUrl('*')));
+ $this->_redirect('adminhtml/*/');
43
44
0 commit comments