Skip to content

Commit ea97569

Browse files
committed
[ticket/10073] Fix code sniffer complain
PHPBB3-10073
1 parent fffb07f commit ea97569

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

phpBB/phpbb/message/topic_form.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ public function submit(\messenger $messenger)
104104
$this->errors[] = $this->user->lang['EMPTY_NAME_EMAIL'];
105105
}
106106

107-
108107
$this->message->set_template('email_notify');
109108
$this->message->set_template_vars(array(
110109
'TOPIC_NAME' => htmlspecialchars_decode($this->topic_row['topic_title']),

0 commit comments

Comments
 (0)