aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2016-03-13 20:24:38 +0100
committerMarc Alexander <admin@m-a-styles.de>2016-03-13 20:24:38 +0100
commit48bdab88deadff137dc31c19e7bb6b62aa240935 (patch)
treefaa8f8950037af54ce0265556e19656a4760e0e3 /phpBB/phpbb
parentd142bebdd65d2d21fb475a64c6587ff9e9d669ca (diff)
parent3e278bcf0a90851cfd5d983f424d66599dd4ae57 (diff)
downloadforums-48bdab88deadff137dc31c19e7bb6b62aa240935.tar
forums-48bdab88deadff137dc31c19e7bb6b62aa240935.tar.gz
forums-48bdab88deadff137dc31c19e7bb6b62aa240935.tar.bz2
forums-48bdab88deadff137dc31c19e7bb6b62aa240935.tar.xz
forums-48bdab88deadff137dc31c19e7bb6b62aa240935.zip
Merge pull request #4217 from phpbb-fr-com/ticket/14533
[ticket/14533] U_NOTIFICATION_SETTINGS doesn't return the correct URL
Diffstat (limited to 'phpBB/phpbb')
-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);