mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-10 19:24:26 +02:00
Add Logger
This commit is contained in:
parent
cb08912926
commit
13c19fa9da
2 changed files with 4 additions and 3 deletions
|
@ -100,7 +100,7 @@ class Emailer
|
|||
*/
|
||||
public function newNotifyMail()
|
||||
{
|
||||
return new NotifyMailBuilder($this->l10n, $this->baseUrl, $this->config,
|
||||
return new NotifyMailBuilder($this->l10n, $this->baseUrl, $this->config, $this->logger,
|
||||
$this->getSiteEmailAddress(), $this->getSiteEmailName());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue