mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-26 20:08:55 +00:00
Merge 063f0aec45
into d3bb7e5bd3
This commit is contained in:
commit
9116ef83a2
1 changed files with 1 additions and 1 deletions
|
@ -365,7 +365,7 @@ class email extends base
|
||||||
$this->set_dsn();
|
$this->set_dsn();
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->transport = Transport::fromDsn($this->dsn);
|
$this->transport = Transport::fromDsn($this->dsn, $this->dispatcher);
|
||||||
|
|
||||||
if ($this->config['smtp_delivery'] && method_exists($this->transport, 'getStream'))
|
if ($this->config['smtp_delivery'] && method_exists($this->transport, 'getStream'))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue