Skip to content
Snippets Groups Projects
Commit e53b230e authored by Camilo Ernesto Escobar Bedoya's avatar Camilo Ernesto Escobar Bedoya Committed by Andrii Podanenko
Browse files

Issue #3362297 Correct the name of the alter hook recurring_events_registration_message_params

parent 9bfd9918
No related branches found
No related tags found
1 merge request!70Issue #3362297 New Queue Worker to send Email Notifications
...@@ -497,8 +497,7 @@ class NotificationService { ...@@ -497,8 +497,7 @@ class NotificationService {
// Allow modules to add data to the `$params`. They can get the data from // Allow modules to add data to the `$params`. They can get the data from
// `$registrant`. Those `$params` are used later as the // `$registrant`. Those `$params` are used later as the
// `$message['params']` in mail hooks. // `$message['params']` in mail hooks.
$this->moduleHandler->alter('recurring_events_registration_message_params_alter', $params, $registrant); $this->moduleHandler->alter('recurring_events_registration_message_params', $params, $registrant);
$item->params = $params; $item->params = $params;
// Add the item to the queue. // Add the item to the queue.
......
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