mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 01:51:31 +02:00
[ticket/14745] Removed unneeded HTML ampersand
Changed the HTML ampersand entity in U_NOTIFICATION_SETTINGS into a bare ampersand character. PHPBB3-14745
This commit is contained in:
@@ -81,7 +81,7 @@ abstract class messenger_base extends \phpbb\notification\method\base
|
|||||||
$messenger->assign_vars(array_merge(array(
|
$messenger->assign_vars(array_merge(array(
|
||||||
'USERNAME' => $user['username'],
|
'USERNAME' => $user['username'],
|
||||||
|
|
||||||
'U_NOTIFICATION_SETTINGS' => generate_board_url() . '/ucp.' . $this->php_ext . '?i=ucp_notifications&mode=notification_options',
|
'U_NOTIFICATION_SETTINGS' => generate_board_url() . '/ucp.' . $this->php_ext . '?i=ucp_notifications&mode=notification_options',
|
||||||
), $notification->get_email_template_variables()));
|
), $notification->get_email_template_variables()));
|
||||||
|
|
||||||
$messenger->send($notify_method);
|
$messenger->send($notify_method);
|
||||||
|
Reference in New Issue
Block a user