mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/17493] Remove unused notify type in add_recipient
PHPBB-17493
This commit is contained in:
parent
da32d51a81
commit
d985c8be60
2 changed files with 2 additions and 4 deletions
|
@ -165,8 +165,7 @@ class admin_form extends form
|
|||
$this->message->add_recipient(
|
||||
$this->user->lang['ADMINISTRATOR'],
|
||||
$this->config['board_contact'],
|
||||
$this->config['default_lang'],
|
||||
messenger_interface::NOTIFY_EMAIL
|
||||
$this->config['default_lang']
|
||||
);
|
||||
|
||||
$this->message->set_template_vars(array(
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue