|
@@ -45,7 +45,9 @@ |
|
|
block discarded – undo |
|
45
|
45
|
// Dynamic localized values or standard translated |
|
46
|
46
|
// For standard translations we set value with the colon notation, e.g. title:en |
|
47
|
47
|
$this->foreachTranslationEntry(data_get($input, 'trans', []), function($locale, $key, $value) use($field){ |
|
48
|
|
- if($key !== $field->getColumn()) return; |
|
|
48
|
+ if($key !== $field->getColumn()) { |
|
|
49
|
+ return; |
|
|
50
|
+ } |
|
49
|
51
|
|
|
50
|
52
|
if($this->isFieldForDynamicValue($field)) { |
|
51
|
53
|
$this->setDynamic($key, $value, $locale); |
Please login to merge, or discard this patch.