From 32010de36ef81a32e17943d8b4b7a755d71ea691 Mon Sep 17 00:00:00 2001 From: Oliver Schramm Date: Tue, 4 Nov 2014 18:33:59 +0100 Subject: [PATCH] [ticket/13284] Set message body in topic form too, so it will be sent PHPBB3-13284 --- phpBB/phpbb/message/topic_form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,