X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FEvent%2FActionMapping.php;h=c474a8dba6aaf87b5afd7ffaf7a5533fd66bdebd;hb=e351d61a67dbdd1e1a3b24ed6c36997392934a81;hp=ae76bf3df2c7d6adb850559be16539b6d665654c;hpb=6fa8c627a2f406329370f2b03d656dbc565ccb9f;p=civicrm-core.git diff --git a/CRM/Event/ActionMapping.php b/CRM/Event/ActionMapping.php index ae76bf3df2..c474a8dba6 100644 --- a/CRM/Event/ActionMapping.php +++ b/CRM/Event/ActionMapping.php @@ -140,7 +140,7 @@ class CRM_Event_ActionMapping extends \Civi\ActionSchedule\Mapping { $query['casContactIdField'] = 'e.contact_id'; $query['casEntityIdField'] = 'e.id'; $query['casContactTableAlias'] = NULL; - $query['casDateField'] = str_replace('event_', 'r.', $schedule->start_action_date); + $query['casDateField'] = str_replace('event_', 'r.', ($schedule->start_action_date ?? '')); if (empty($query['casDateField']) && $schedule->absolute_date) { $query['casDateField'] = "'" . CRM_Utils_Type::escape($schedule->absolute_date, 'String') . "'"; }