aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-11-21 23:26:51 +0100
committerJoas Schilling <nickvergessen@gmx.de>2014-11-21 23:26:51 +0100
commitdd3e440cefb2fa194feeea2ee998b4858342bb65 (patch)
tree3f177250460d10c4331e2f32861656b40ffe9fc1 /phpBB/phpbb
parent655cd3bd3a826beced340555a87a2eb13d464606 (diff)
parent0017fad554ca5dd1ad6ba6910bb12152b99fcbd3 (diff)
downloadforums-dd3e440cefb2fa194feeea2ee998b4858342bb65.tar
forums-dd3e440cefb2fa194feeea2ee998b4858342bb65.tar.gz
forums-dd3e440cefb2fa194feeea2ee998b4858342bb65.tar.bz2
forums-dd3e440cefb2fa194feeea2ee998b4858342bb65.tar.xz
forums-dd3e440cefb2fa194feeea2ee998b4858342bb65.zip
Merge branch 'develop-ascraeus' into develop
Conflicts: phpBB/styles/subsilver2/template/memberlist_email.html
Diffstat (limited to 'phpBB/phpbb')
-rw-r--r--phpBB/phpbb/message/topic_form.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/message/topic_form.php b/phpBB/phpbb/message/topic_form.php
index 1e0f2a1945..174643bb81 100644
--- a/phpBB/phpbb/message/topic_form.php
+++ b/phpBB/phpbb/message/topic_form.php
@@ -117,7 +117,7 @@ class topic_form extends form
'TOPIC_NAME' => htmlspecialchars_decode($this->topic_row['topic_title']),
'U_TOPIC' => generate_board_url() . '/viewtopic.' . $this->phpEx . '?f=' . $this->topic_row['forum_id'] . '&t=' . $this->topic_id,
));
-
+ $this->message->set_body($this->body);
$this->message->add_recipient(
$this->recipient_name,
$this->recipient_address,