From fdd5a1876388e20b8b79f39bdc6e63c1ce964a91 Mon Sep 17 00:00:00 2001 From: Martin Beckmann Date: Mon, 1 Feb 2016 23:11:39 +0100 Subject: [ticket/14443] Introduce additional parameter to messenger PHPBB3-14443 --- phpBB/phpbb/notification/method/messenger_base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/phpbb/notification/method') diff --git a/phpBB/phpbb/notification/method/messenger_base.php b/phpBB/phpbb/notification/method/messenger_base.php index c3aee088f9..5ae96282c4 100644 --- a/phpBB/phpbb/notification/method/messenger_base.php +++ b/phpBB/phpbb/notification/method/messenger_base.php @@ -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); -- cgit v1.2.1