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:
parent
fffb07fd91
commit
ea9756917e
@ -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']),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user