MantisBT: master-2.13 8fd2701b

Author Committer Branch Timestamp Parent
atrol atrol master-2.13 2018-04-09 12:34 master-2.13 42d36df1
Affected Issues  0024239: Inconsistent realname display
Changeset

Send always usernames in email notifications

Don't send realnames if $g_show_realname = ON;

This is a quick workaround as a clean solution needs some redesign.

At the moment $g_show_user_realname_threshold is considered based
on the current user.
This is wrong, as the option must be considered based on the
recipient of the notification.

Fixes 0024239

mod - core/email_api.php Diff File