mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/10073] Fix code sniffer complain
PHPBB3-10073
This commit is contained in:
@@ -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']),
|
||||
|
Reference in New Issue
Block a user