diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-04-13 22:09:35 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-05-29 02:14:30 +0200 |
commit | ea9756917e7d7e437f0e8076b237c882dcd26a88 (patch) | |
tree | e75f4196c3dd0fa378c8d6fde58629d52abe6436 /phpBB/phpbb/message/topic_form.php | |
parent | fffb07fd91b42d64e71e16a13bcdde87114fad19 (diff) | |
download | forums-ea9756917e7d7e437f0e8076b237c882dcd26a88.tar forums-ea9756917e7d7e437f0e8076b237c882dcd26a88.tar.gz forums-ea9756917e7d7e437f0e8076b237c882dcd26a88.tar.bz2 forums-ea9756917e7d7e437f0e8076b237c882dcd26a88.tar.xz forums-ea9756917e7d7e437f0e8076b237c882dcd26a88.zip |
[ticket/10073] Fix code sniffer complain
PHPBB3-10073
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']), |