MyBB Community Forums

Full Version: [F] Wrong links on maillog page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The lens icons in the sender and recipient column on the mail logs site are both linked to fromuid={$log['fromuid']}.

In The file admin/modules/tools/maillogs.php the line
$find_to = "<div class=\"float_right\"><a href=\"index.php?module=tools/maillogs&amp;fromuid={$log['fromuid']}\"><img src=\"styles/{$page->style}/images/icons/find.gif\" title=\"{$lang->find_emails_by_user}\" alt=\"{$lang->find}\" /></a></div>";
should be
$find_to = "<div class=\"float_right\"><a href=\"index.php?module=tools/maillogs&amp;touid={$log['touid']}\"><img src=\"styles/{$page->style}/images/icons/find.gif\" title=\"{$lang->find_emails_to_user}\" alt=\"{$lang->find}\" /></a></div>";
Then the follwing language string should be added:
$l['find_emails_to_user'] = "Find all emails sent to this user";
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.