1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-07 08:05:25 +02:00

[ticket/10073] Fix code sniffer complain

PHPBB3-10073
This commit is contained in:
Joas Schilling 2014-04-13 22:09:35 +02:00
parent fffb07fd91
commit ea9756917e

View File

@ -104,7 +104,6 @@ class topic_form extends form
$this->errors[] = $this->user->lang['EMPTY_NAME_EMAIL']; $this->errors[] = $this->user->lang['EMPTY_NAME_EMAIL'];
} }
$this->message->set_template('email_notify'); $this->message->set_template('email_notify');
$this->message->set_template_vars(array( $this->message->set_template_vars(array(
'TOPIC_NAME' => htmlspecialchars_decode($this->topic_row['topic_title']), 'TOPIC_NAME' => htmlspecialchars_decode($this->topic_row['topic_title']),