aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/message
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-11-21 23:10:00 +0100
committerJoas Schilling <nickvergessen@gmx.de>2014-11-21 23:10:00 +0100
commit0017fad554ca5dd1ad6ba6910bb12152b99fcbd3 (patch)
tree857ec649d3015275e097b20b1b4f7a7befe805b1 /phpBB/phpbb/message
parentc98cceaf22bc9bb2396fc3682dc78cfec76dfd65 (diff)
parent32010de36ef81a32e17943d8b4b7a755d71ea691 (diff)
downloadforums-0017fad554ca5dd1ad6ba6910bb12152b99fcbd3.tar
forums-0017fad554ca5dd1ad6ba6910bb12152b99fcbd3.tar.gz
forums-0017fad554ca5dd1ad6ba6910bb12152b99fcbd3.tar.bz2
forums-0017fad554ca5dd1ad6ba6910bb12152b99fcbd3.tar.xz
forums-0017fad554ca5dd1ad6ba6910bb12152b99fcbd3.zip
Merge pull request #3108 from Elsensee/ticket/13284
[ticket/13284] Message body not included in email
Diffstat (limited to 'phpBB/phpbb/message')
-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,