mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 19:38:53 +00:00
Compare commits
2 commits
a658fdffd4
...
5d5d20f595
Author | SHA1 | Date | |
---|---|---|---|
|
5d5d20f595 | ||
|
063f0aec45 |
1 changed files with 1 additions and 1 deletions
|
@ -365,7 +365,7 @@ class email extends base
|
|||
$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'))
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue