diff options
Diffstat (limited to 'phpBB/posting.php')
| -rw-r--r-- | phpBB/posting.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/posting.php b/phpBB/posting.php index 159e8a6fed..0b435adab2 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -1211,6 +1211,7 @@ function user_notification($mode, $subject, $topic_title, $forum_name, $forum_id $messenger->assign_vars(array( 'EMAIL_SIG' => $email_sig, 'SITENAME' => $config['sitename'], + 'USERNAME' => $addr['name'], 'TOPIC_TITLE' => $topic_title, 'FORUM_NAME' => $forum_name, |
