MyBB Community Forums

Full Version: [F] Broken links in notification mails
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
inc/datahandlers/post.php:
$emailmessage = $lang->sprintf($emailmessage, $subscribedmember['username'], $post['username'], $mybb->settings['bbname'], $subject, $excerpt, $mybb->settings['bburl'], get_thread_link($thread['tid'], 0, "newpost"), $thread['tid'], $subscribedmember['subscriptionkey']);
The function get_thread_link() returns the htmlspecialchar'ed URL to the thread. Because of that & shows up as & in notifications mails: showthread.php?tid=123&action=newpost
Thank you for your bug report.

This bug has been fixed in our internal code repository. Please note that the problem will not be fixed here until these forums are updated.