mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 08:17:47 +02:00
[ticket/15836] Rename event to have unique name
PHPBB3-15836
This commit is contained in:
@@ -915,7 +915,7 @@ class queue
|
|||||||
/**
|
/**
|
||||||
* Event to send message via external transport
|
* Event to send message via external transport
|
||||||
*
|
*
|
||||||
* @event core.notification_message_email
|
* @event core.notification_message_process
|
||||||
* @var bool break Flag indicating if the function return after hook
|
* @var bool break Flag indicating if the function return after hook
|
||||||
* @var array addresses The message recipients
|
* @var array addresses The message recipients
|
||||||
* @var string subject The message subject
|
* @var string subject The message subject
|
||||||
@@ -928,7 +928,7 @@ class queue
|
|||||||
'subject',
|
'subject',
|
||||||
'msg',
|
'msg',
|
||||||
);
|
);
|
||||||
extract($phpbb_dispatcher->trigger_event('core.notification_message_email', compact($vars)));
|
extract($phpbb_dispatcher->trigger_event('core.notification_message_process', compact($vars)));
|
||||||
|
|
||||||
if (!$break)
|
if (!$break)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user