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 e8bd0fe commit b3b0d70Copy full SHA for b3b0d70
app/code/Magento/Store/App/Response/Redirect.php
@@ -83,8 +83,7 @@ protected function _getUrl()
83
{
84
$refererUrl = $this->_request->getServer('HTTP_REFERER');
85
$encodedUrl = $this->_request->getParam(\Magento\Framework\App\ActionInterface::PARAM_NAME_URL_ENCODED)
86
- ? $this->_request->getParam(\Magento\Framework\App\ActionInterface::PARAM_NAME_BASE64_URL)
87
- : '';
+ ?: $this->_request->getParam(\Magento\Framework\App\ActionInterface::PARAM_NAME_BASE64_URL);
88
89
if ($encodedUrl) {
90
$refererUrl = $this->_urlCoder->decode($encodedUrl);
0 commit comments