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 835434a commit a1005b1Copy full SHA for a1005b1
Controller/Router.php
@@ -152,7 +152,7 @@ public function match(\Magento\Framework\App\RequestInterface $request)
152
$request
153
->setRouteName('blog')
154
->setControllerName(Url::CONTROLLER_RSS)
155
- ->setActionName(isset($pathInfo[2]) ? $pathInfo[2] : 'index');
+ ->setActionName(isset($pathInfo[2]) ? $pathInfo[2] : 'feed');
156
} elseif ($pathInfo[1] == $this->_url->getRoute(Url::CONTROLLER_SEARCH)
157
&& !empty($pathInfo[2])
158
) {
0 commit comments