Skip to content

Commit b89cefb

Browse files
committed
MAGETWO-97234: URL redirect (301) loosing current currency and displays default one
1 parent c4fb1ee commit b89cefb

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Store/etc/frontend

1 file changed

+1
-1
lines changed

app/code/Magento/Store/etc/frontend/di.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<type name="Magento\Framework\App\FrontController">
1010
<plugin name="requestPreprocessor" type="Magento\Store\App\FrontController\Plugin\RequestPreprocessor" sortOrder="50"/>
1111
</type>
12-
<type name="Magento\Framework\App\Action\Action">
12+
<type name="Magento\Framework\App\Action\AbstractAction">
1313
<plugin name="contextPlugin" type="Magento\Store\App\Action\Plugin\Context" sortOrder="10"/>
1414
</type>
1515
<type name="Magento\Framework\App\RouterList" shared="true">

0 commit comments

Comments
 (0)