1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

Merge branch '3.1.x' into 3.2.x

This commit is contained in:
Marc Alexander
2016-02-28 10:15:47 +01:00
2 changed files with 8 additions and 6 deletions

View File

@@ -97,7 +97,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);