1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-09 10:16:36 +02:00

Merge pull request #3108 from Elsensee/ticket/13284

[ticket/13284] Message body not included in email
This commit is contained in:
Joas Schilling
2014-11-21 23:10:00 +01:00
4 changed files with 5 additions and 5 deletions

View File

@@ -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,