mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-28 12:30:42 +02:00
[ticket/17493] Remove unused notify type in add_recipient
PHPBB-17493
This commit is contained in:
@@ -165,8 +165,7 @@ class admin_form extends form
|
|||||||
$this->message->add_recipient(
|
$this->message->add_recipient(
|
||||||
$this->user->lang['ADMINISTRATOR'],
|
$this->user->lang['ADMINISTRATOR'],
|
||||||
$this->config['board_contact'],
|
$this->config['board_contact'],
|
||||||
$this->config['default_lang'],
|
$this->config['default_lang']
|
||||||
messenger_interface::NOTIFY_EMAIL
|
|
||||||
);
|
);
|
||||||
|
|
||||||
$this->message->set_template_vars(array(
|
$this->message->set_template_vars(array(
|
||||||
|
@@ -131,8 +131,7 @@ class topic_form extends form
|
|||||||
$this->message->add_recipient(
|
$this->message->add_recipient(
|
||||||
$this->recipient_name,
|
$this->recipient_name,
|
||||||
$this->recipient_address,
|
$this->recipient_address,
|
||||||
$this->recipient_lang,
|
$this->recipient_lang
|
||||||
messenger_interface::NOTIFY_EMAIL
|
|
||||||
);
|
);
|
||||||
|
|
||||||
parent::submit($messenger);
|
parent::submit($messenger);
|
||||||
|
Reference in New Issue
Block a user