diff options
author | Marc Alexander <admin@m-a-styles.de> | 2016-03-13 20:24:41 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2016-03-13 20:24:41 +0100 |
commit | 186c5f4f83136b3443f0e677d153c1e6f8ff8a04 (patch) | |
tree | 78b9aaf2ca697efdb4c5b083d354ed355799acdf /phpBB/phpbb/notification | |
parent | b0fe454163ab30e356551d7684b08dfd2a2fadb2 (diff) | |
parent | 48bdab88deadff137dc31c19e7bb6b62aa240935 (diff) | |
download | forums-186c5f4f83136b3443f0e677d153c1e6f8ff8a04.tar forums-186c5f4f83136b3443f0e677d153c1e6f8ff8a04.tar.gz forums-186c5f4f83136b3443f0e677d153c1e6f8ff8a04.tar.bz2 forums-186c5f4f83136b3443f0e677d153c1e6f8ff8a04.tar.xz forums-186c5f4f83136b3443f0e677d153c1e6f8ff8a04.zip |
Merge branch '3.1.x' into 3.2.x
Diffstat (limited to 'phpBB/phpbb/notification')
-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 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&mode=notification_options', ), $notification->get_email_template_variables())); $messenger->send($notify_method); |