Getting this error when editing a node with a repeating date field.

Warning: Illegal string offset 'target_id' in date_repeat_entity_get_referenced_entities() (line 476 of /var/www/drupal/docroot/sites/all/modules/contrib/date_repeat_entity/date_repeat_entity.module).

The current check uses is_null() to check for the target_id value, but that key is not preset.

Patch to follow.

CommentFileSizeAuthor
#2 2827922-2.patch627 bytesopdavies

Comments

opdavies created an issue. See original summary.

opdavies’s picture

Status: Active » Needs review
StatusFileSize
new627 bytes
Juterpillar’s picture

Status: Needs review » Reviewed & tested by the community

Thanks opdavies, your patch does the trick.