Skip to content

Commit dc8a387

Browse files
edenduongrogyar
andauthored
Update app/code/Magento/CurrencySymbol/Block/Adminhtml/System/Currency.php
Co-authored-by: Yaroslav Rogoza <enarc@atwix.com>
1 parent 37e5e15 commit dc8a387

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/CurrencySymbol/Block/Adminhtml/System

1 file changed

+1
-1
lines changed

app/code/Magento/CurrencySymbol/Block/Adminhtml/System/Currency.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ protected function _prepareLayout()
4848
'_fragment' => 'currency_options-link'
4949
]
5050
);
51-
$onClick = "setLocation('" . $currencyOptionPath . "')";
51+
$onClick = "setLocation('$currencyOptionPath')";
5252

5353
$this->getToolbar()->addChild(
5454
'options_button',

0 commit comments

Comments
 (0)