craftcms / feed-me

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

Preventing array_merge_recursive with null value with super table, resolving #1364 #1365

Closed jeffreyzant closed 7 months ago

jeffreyzant commented 10 months ago

Description

This fixes #1364 in the same way #1070 did.

jeffreyzant commented 8 months ago

Hi @Humbi1992, I did not change that it because it would defer from the logic build in https://github.com/craftcms/feed-me/blob/develop/src/fields/Matrix.php#L130

Should I change that line aswell?

Humbi1992 commented 8 months ago

@jeffreyzant Uhh i think I'm the wrong person to ask this :) but it fixed my error with a matrix field. So I thought it could be useful.