mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/15836] Rename event to have unique name
PHPBB3-15836
This commit is contained in:
parent
c67dd0c591
commit
dbd0304c1d
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue