Merge pull request #20683 from nextcloud/backport/20650/stable17

[stable17] Adhere to EMailTemplate interface in constructor call.
This commit is contained in:
Roeland Jago Douma 2020-04-29 10:26:34 +02:00 committed by GitHub
commit 4cab78133c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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