Skip to content
Snippets Groups Projects
Commit d6e8c3fd authored by Owen Bush's avatar Owen Bush
Browse files

Delete registrant if recreating all instances

parent 53e8ea9c
No related branches found
No related tags found
No related merge requests found
......@@ -168,6 +168,7 @@ function recurring_events_registration_recurring_events_save_pre_instances_delet
// Send an email to all registrants.
foreach ($registrants as $registrant) {
recurring_events_registration_send_notification($key, $registrant);
$registrant->delete();
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment