aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2016-08-16 21:02:06 +0200
committerMarc Alexander <admin@m-a-styles.de>2016-08-16 21:02:06 +0200
commit488fd8f54c1ef7f1703942477d014ac071e5cc56 (patch)
tree7f98d84aeaad14806942fa60ee9e4b9ef1f1b510 /phpBB/phpbb
parent48696b514860e610714cc4703a1c5d5f9829fa19 (diff)
parentf68e98c06450fd46feea64ce29e11ddd04333b68 (diff)
downloadforums-488fd8f54c1ef7f1703942477d014ac071e5cc56.tar
forums-488fd8f54c1ef7f1703942477d014ac071e5cc56.tar.gz
forums-488fd8f54c1ef7f1703942477d014ac071e5cc56.tar.bz2
forums-488fd8f54c1ef7f1703942477d014ac071e5cc56.tar.xz
forums-488fd8f54c1ef7f1703942477d014ac071e5cc56.zip
Merge pull request #4413 from wesleyfok/ticket/14745
[ticket/14745] Removed unneeded HTML ampersand
Diffstat (limited to 'phpBB/phpbb')
-rw-r--r--phpBB/phpbb/notification/method/messenger_base.php2
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 3c6d617c66..0bfbfd6b02 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&amp;mode=notification_options',
+ '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);