[ticket/14533] U_NOTIFICATION_SETTINGS doesn't return the correct URL

PHPBB3-14533
This commit is contained in:
Skouat 2016-03-12 20:53:42 +01:00
parent d142bebdd6
commit 3e278bcf0a

View file

@ -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);