Skip to content

Commit b6d008d

Browse files
ENGCOM-589: Inconsistent Redirect in Admin Notification Controller #13828
- Merge Pull Request #13828 from chickenland/magento2:2.2-develop - Merged commits: 1. 96c1320 2. 5d1e713
2 parents 30462cd + 5d1e713 commit b6d008d

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/AdminNotification/Controller/Adminhtml/Notification

1 file changed

+1
-1
lines changed

app/code/Magento/AdminNotification/Controller/Adminhtml/Notification/MassRemove.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ public function execute()
3939
$this->messageManager->addException($e, __("We couldn't remove the messages because of an error."));
4040
}
4141
}
42-
$this->getResponse()->setRedirect($this->_redirect->getRedirectUrl($this->getUrl('*')));
42+
$this->_redirect('adminhtml/*/');
4343
}
4444
}

0 commit comments

Comments
 (0)