@@ -462,8 +462,7 @@ |
||
462 | 462 | if (!$this->hasNotEmptyAttributeByCodeAndLocale($attributeValue->getCode(), $localeCode)) { |
463 | 463 | if ( |
464 | 464 | null !== $fallbackLocaleCode && |
465 | - $this->hasNotEmptyAttributeByCodeAndLocale($attributeValue->getCode(), $fallbackLocaleCode)) |
|
466 | - { |
|
465 | + $this->hasNotEmptyAttributeByCodeAndLocale($attributeValue->getCode(), $fallbackLocaleCode)) { |
|
467 | 466 | return $this->getAttributeByCodeAndLocale($attributeValue->getCode(), $fallbackLocaleCode); |
468 | 467 | } |
469 | 468 |