mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/17489] Do not always set use_queue flag to true
PHPBB-17489
This commit is contained in:
parent
1f1a02d086
commit
7467b567e8
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ class email extends base
|
|||
$this->mail_priority = symfony_email::PRIORITY_NORMAL;
|
||||
|
||||
$this->additional_headers = [];
|
||||
$this->use_queue = true;
|
||||
$this->set_use_queue();
|
||||
unset($this->template, $this->reply_to, $this->from);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue