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 37e5e15 commit dc8a387Copy full SHA for dc8a387
app/code/Magento/CurrencySymbol/Block/Adminhtml/System/Currency.php
@@ -48,7 +48,7 @@ protected function _prepareLayout()
48
'_fragment' => 'currency_options-link'
49
]
50
);
51
- $onClick = "setLocation('" . $currencyOptionPath . "')";
+ $onClick = "setLocation('$currencyOptionPath')";
52
53
$this->getToolbar()->addChild(
54
'options_button',
0 commit comments