[-] WS : #PSCFV-2888 : Fix bug
This commit is contained in:
@@ -1457,8 +1457,9 @@ class WebserviceRequestCore
|
||||
if (isset($fieldProperties['i18n']) && $fieldProperties['i18n'])
|
||||
{
|
||||
$i18n = true;
|
||||
foreach ($attributes->$fieldName->language as $lang)
|
||||
$object->{$fieldName}[(int)$lang->attributes()->id] = (string)$lang;
|
||||
if (isset($attributes->$fieldName, $attributes->$fieldName->language))
|
||||
foreach ($attributes->$fieldName->language as $lang)
|
||||
$object->{$fieldName}[(int)$lang->attributes()->id] = (string)$lang;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user