1
0
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:
Marc Alexander
2025-04-18 17:20:25 +02:00
parent da32d51a81
commit d985c8be60
2 changed files with 2 additions and 4 deletions

View File

@@ -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);