diff options
Diffstat (limited to 'phpBB/phpbb/message/topic_form.php')
-rw-r--r-- | phpBB/phpbb/message/topic_form.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/phpbb/message/topic_form.php b/phpBB/phpbb/message/topic_form.php index 2b6d50aa26..d691c1e45f 100644 --- a/phpBB/phpbb/message/topic_form.php +++ b/phpBB/phpbb/message/topic_form.php @@ -104,7 +104,6 @@ class topic_form extends form $this->errors[] = $this->user->lang['EMPTY_NAME_EMAIL']; } - $this->message->set_template('email_notify'); $this->message->set_template_vars(array( 'TOPIC_NAME' => htmlspecialchars_decode($this->topic_row['topic_title']), |