aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2016-03-13 20:24:50 +0100
committerMarc Alexander <admin@m-a-styles.de>2016-03-13 20:24:50 +0100
commitcc212f680db460a8b53921d289e1a9a6bc5a9c9e (patch)
tree55a8218964bd2295e220f1803384612abd4e034e
parentebbc730c73bbe3abdc3c970019b5ee5a741cabf2 (diff)
parent186c5f4f83136b3443f0e677d153c1e6f8ff8a04 (diff)
downloadforums-cc212f680db460a8b53921d289e1a9a6bc5a9c9e.tar
forums-cc212f680db460a8b53921d289e1a9a6bc5a9c9e.tar.gz
forums-cc212f680db460a8b53921d289e1a9a6bc5a9c9e.tar.bz2
forums-cc212f680db460a8b53921d289e1a9a6bc5a9c9e.tar.xz
forums-cc212f680db460a8b53921d289e1a9a6bc5a9c9e.zip
Merge branch '3.2.x'
-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 97bad524e1..812cd6a911 100644
--- a/phpBB/phpbb/notification/method/messenger_base.php
+++ b/phpBB/phpbb/notification/method/messenger_base.php
@@ -104,7 +104,7 @@ abstract class messenger_base extends \phpbb\notification\method\base
$messenger->assign_vars(array_merge(array(
'USERNAME' => $user['username'],
- 'U_NOTIFICATION_SETTINGS' => generate_board_url() . '/ucp.' . $this->php_ext . '?i=ucp_notifications',
+ 'U_NOTIFICATION_SETTINGS' => generate_board_url() . '/ucp.' . $this->php_ext . '?i=ucp_notifications&amp;mode=notification_options',
), $notification->get_email_template_variables()));
$messenger->send($notify_method);