mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
Merge pull request #4153 from gn36/ticket/14443
[ticket/14443] Introduce additional parameter to messenger
This commit is contained in:
@@ -74,7 +74,7 @@ abstract class messenger_base extends \phpbb\notification\method\base
|
||||
continue;
|
||||
}
|
||||
|
||||
$messenger->template($template_dir_prefix . $notification->get_email_template(), $user['user_lang']);
|
||||
$messenger->template($notification->get_email_template(), $user['user_lang'], '', $template_dir_prefix);
|
||||
|
||||
$messenger->set_addresses($user);
|
||||
|
||||
|
Reference in New Issue
Block a user