diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2016-03-13 20:24:50 +0100 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2016-03-13 20:24:50 +0100 |
| commit | cc212f680db460a8b53921d289e1a9a6bc5a9c9e (patch) | |
| tree | 55a8218964bd2295e220f1803384612abd4e034e | |
| parent | ebbc730c73bbe3abdc3c970019b5ee5a741cabf2 (diff) | |
| parent | 186c5f4f83136b3443f0e677d153c1e6f8ff8a04 (diff) | |
| download | forums-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.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); |
