diff options
author | Marc Alexander <admin@m-a-styles.de> | 2016-03-13 20:24:38 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2016-03-13 20:24:38 +0100 |
commit | 48bdab88deadff137dc31c19e7bb6b62aa240935 (patch) | |
tree | faa8f8950037af54ce0265556e19656a4760e0e3 /phpBB/phpbb | |
parent | d142bebdd65d2d21fb475a64c6587ff9e9d669ca (diff) | |
parent | 3e278bcf0a90851cfd5d983f424d66599dd4ae57 (diff) | |
download | forums-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.php | 2 |
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&mode=notification_options', ), $notification->get_email_template_variables())); $messenger->send($notify_method); |