From ea9756917e7d7e437f0e8076b237c882dcd26a88 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Sun, 13 Apr 2014 22:09:35 +0200 Subject: [ticket/10073] Fix code sniffer complain PHPBB3-10073 --- phpBB/phpbb/message/topic_form.php | 1 - 1 file changed, 1 deletion(-) (limited to 'phpBB/phpbb/message/topic_form.php') 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']), -- cgit v1.2.1