Skip to content

Commit

Permalink
Merge branch 'v4' of https://github.com/craftcms/feed-me into v4
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybrad committed Nov 25, 2023
2 parents 2ee6ce4 + 2bea29f commit 2406c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/Feeds.php
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ private function _createModelFromRecord(FeedRecord $record = null)
foreach ($attributes as $attribute => $value) {
$override = $this->getModelOverrides($attribute, $record['id']);

if ($override) {
if ($override !== null) {
$attributes[$attribute] = $override;
}
}
Expand Down

0 comments on commit 2406c10

Please sign in to comment.