mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 22:40:39 +02:00
[ticket/17489] Do not always set use_queue flag to true
PHPBB-17489
This commit is contained in:
@@ -105,7 +105,7 @@ class email extends base
|
|||||||
$this->mail_priority = symfony_email::PRIORITY_NORMAL;
|
$this->mail_priority = symfony_email::PRIORITY_NORMAL;
|
||||||
|
|
||||||
$this->additional_headers = [];
|
$this->additional_headers = [];
|
||||||
$this->use_queue = true;
|
$this->set_use_queue();
|
||||||
unset($this->template, $this->reply_to, $this->from);
|
unset($this->template, $this->reply_to, $this->from);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user