systopia / de.systopia.birthdays

CiviCRM extension to deal with birthdays
Other
4 stars 9 forks source link

[PHP 8.0] Warnings while sending mails via scheduled jobs #42

Open jofranz opened 1 year ago

jofranz commented 1 year ago

After triggering a scheduled job manually these warnings appear:

Warning: Undefined array key "debug_email" in civicrm_api3_birthdays_sendgreetings() (line 59 of sites/default/files/civicrm/ext/de.systopia.birthdays/api/v3/Birthdays.php).
Warning: Undefined array key "disable_activities" in civicrm_api3_birthdays_sendgreetings() (line 60 of sites/default/files/civicrm/ext/de.systopia.birthdays/api/v3/Birthdays.php).
Warning: Undefined array key "error" in civicrm_api3_birthdays_sendgreetings() (line 68 of sites/default/files/civicrm/ext/de.systopia.birthdays/api/v3/Birthdays.php).