Browse Source

Adhere to EMailTemplate interface in constructor call.

Email creation appears to have been refactored lately but it looks like custom template-based emails were left out.

Signed-off-by: Tekhnee <info@tekhnee.org>
pull/20650/head
Tekhnee 6 years ago
committed by GitHub
parent
commit
7ee67339e0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lib/private/Mail/Mailer.php

2
lib/private/Mail/Mailer.php

@ -154,7 +154,7 @@ class Mailer implements IMailer {
return new $class(
$this->defaults,
$this->urlGenerator,
$this->l10n,
$this->l10nFactory,
$emailId,
$data
);

Loading…
Cancel
Save