Skip to content

Commit 04ae5e8

Browse files
committed
AC-6385: Fixing Static Tests
1 parent 5e84428 commit 04ae5e8

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Config/Controller/Adminhtml/System/Config

1 file changed

+1
-1
lines changed

app/code/Magento/Config/Controller/Adminhtml/System/Config/Save.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ public function execute()
225225
$groups = $this->getRequest()->getParam('groups');
226226
$europeanUnionCountriesSelectedValues = true;
227227
if (isset($groups['country']['fields'])) {
228-
if(isset($groups['country']['fields']['eu_countries'])) {
228+
if (isset($groups['country']['fields']['eu_countries'])) {
229229
$countries = $groups['country']['fields']['eu_countries'];
230230
if (empty($countries['value']) &&
231231
!isset($countries['inherit'])) {

0 commit comments

Comments
 (0)