craftcms / feed-me

Craft CMS plugin for importing entry data from XML, RSS or ATOM feeds—routine task or on-demand.
Other
286 stars 139 forks source link

fix for array_merge brought on by setEmptyValues works #1299

Closed i-just closed 1 year ago

i-just commented 1 year ago

Description

Fixed a bug where having the $value set to null to start with (needed for setEmptyValues) was causing an error with array_merge if the field value was delimited.

Related issues

1298