mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/13284] Set message body in topic form too, so it will be sent
PHPBB3-13284
This commit is contained in:
parent
b32dc8c667
commit
32010de36e
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ class topic_form extends form
|
||||||
'TOPIC_NAME' => htmlspecialchars_decode($this->topic_row['topic_title']),
|
'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,
|
'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->message->add_recipient(
|
||||||
$this->recipient_name,
|
$this->recipient_name,
|
||||||
$this->recipient_address,
|
$this->recipient_address,
|
||||||
|
|
Loading…
Add table
Reference in a new issue