aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/notification/method
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2016-02-28 10:15:47 +0100
committerMarc Alexander <admin@m-a-styles.de>2016-02-28 10:15:47 +0100
commitb490be1f8112a2770f5a34c0c4336477f7b094aa (patch)
tree92acf5d793762457770e2067d9bdf8ffe404aa5d /phpBB/phpbb/notification/method
parentcb6ae863f56efe62b1f5c5d4ea3a9e3a12cf4c7b (diff)
parenta4040e53b72620bc55327d1074a36e2782fc4426 (diff)
downloadforums-b490be1f8112a2770f5a34c0c4336477f7b094aa.tar
forums-b490be1f8112a2770f5a34c0c4336477f7b094aa.tar.gz
forums-b490be1f8112a2770f5a34c0c4336477f7b094aa.tar.bz2
forums-b490be1f8112a2770f5a34c0c4336477f7b094aa.tar.xz
forums-b490be1f8112a2770f5a34c0c4336477f7b094aa.zip
Merge branch '3.1.x' into 3.2.x
Diffstat (limited to 'phpBB/phpbb/notification/method')
-rw-r--r--phpBB/phpbb/notification/method/messenger_base.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/notification/method/messenger_base.php b/phpBB/phpbb/notification/method/messenger_base.php
index 8a8e284e13..97bad524e1 100644
--- a/phpBB/phpbb/notification/method/messenger_base.php
+++ b/phpBB/phpbb/notification/method/messenger_base.php
@@ -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);