Skip to content

Commit

Permalink
Merge pull request #20650 from tekhnee/patch-1
Browse files Browse the repository at this point in the history
Adhere to EMailTemplate interface in constructor call.
  • Loading branch information
MorrisJobke authored Apr 27, 2020
2 parents 31ebc82 + 7ee6733 commit 2d7f71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/private/Mail/Mailer.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ public function createEMailTemplate(string $emailId, array $data = []): IEMailTe
return new $class(
$this->defaults,
$this->urlGenerator,
$this->l10n,
$this->l10nFactory,
$emailId,
$data
);
Expand Down

0 comments on commit 2d7f71f

Please sign in to comment.