aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/posting.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2004-05-31 21:35:43 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2004-05-31 21:35:43 +0000
commitc3717d38086c0398be439a6dca0db66cea480ee3 (patch)
tree8d3c520c36990f1d02916f8f6b44764c7d44c279 /phpBB/posting.php
parent2c470e4b27f4e5df4c996d6755ebbb1f7306d86a (diff)
downloadforums-c3717d38086c0398be439a6dca0db66cea480ee3.tar
forums-c3717d38086c0398be439a6dca0db66cea480ee3.tar.gz
forums-c3717d38086c0398be439a6dca0db66cea480ee3.tar.bz2
forums-c3717d38086c0398be439a6dca0db66cea480ee3.tar.xz
forums-c3717d38086c0398be439a6dca0db66cea480ee3.zip
- fix notify templates
- re-added subscribe/unsubscribe topic links. ;) git-svn-id: file:///svn/phpbb/trunk@4905 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/posting.php')
-rw-r--r--phpBB/posting.php1
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,