mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/14443] Introduce additional parameter to messenger
PHPBB3-14443
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