mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 11:13:59 +02:00
[ticket/17493] Remove unused notify type in add_recipient
PHPBB-17493
This commit is contained in:
@@ -131,8 +131,7 @@ class topic_form extends form
|
||||
$this->message->add_recipient(
|
||||
$this->recipient_name,
|
||||
$this->recipient_address,
|
||||
$this->recipient_lang,
|
||||
messenger_interface::NOTIFY_EMAIL
|
||||
$this->recipient_lang
|
||||
);
|
||||
|
||||
parent::submit($messenger);
|
||||
|
Reference in New Issue
Block a user