aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/notification/method
diff options
context:
space:
mode:
authorSkouat <forum@skouat.org>2016-03-12 20:53:42 +0100
committerSkouat <forum@skouat.org>2016-03-12 20:53:42 +0100
commit3e278bcf0a90851cfd5d983f424d66599dd4ae57 (patch)
treefaa8f8950037af54ce0265556e19656a4760e0e3 /phpBB/phpbb/notification/method
parentd142bebdd65d2d21fb475a64c6587ff9e9d669ca (diff)
downloadforums-3e278bcf0a90851cfd5d983f424d66599dd4ae57.tar
forums-3e278bcf0a90851cfd5d983f424d66599dd4ae57.tar.gz
forums-3e278bcf0a90851cfd5d983f424d66599dd4ae57.tar.bz2
forums-3e278bcf0a90851cfd5d983f424d66599dd4ae57.tar.xz
forums-3e278bcf0a90851cfd5d983f424d66599dd4ae57.zip
[ticket/14533] U_NOTIFICATION_SETTINGS doesn't return the correct URL
PHPBB3-14533
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 5ae96282c4..3c6d617c66 100644
--- a/phpBB/phpbb/notification/method/messenger_base.php
+++ b/phpBB/phpbb/notification/method/messenger_base.php
@@ -81,7 +81,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);