1
0
Fork 0
mirror of synced 2024-07-07 15:36:19 +12:00

Update app/workers/certificates.php

Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
This commit is contained in:
Damodar Lohani 2022-12-16 11:33:16 +05:45 committed by GitHub
parent 5d195659bd
commit ea241ceaf5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -385,10 +385,10 @@ class CertificatesV1 extends Worker
$body = Template::fromFile(__DIR__ . '/../config/locale/templates/email-base.tpl');
$subject = \sprintf($locale->getText("emails.certificate.subject"), $domain);
$body->setParam('{{domain}}', $domain);
$body->setParam('{{error}}', $errorMessage);
$body->setParam('{{attempt}}', $attempt);
$subject = \sprintf($locale->getText("emails.certificate.subject"), $domain);
$body->setParam('{{domain}}', $domain);
$body->setParam('{{error}}', $errorMessage);
$body->setParam('{{attempt}}', $attempt);
$body
->setParam('{{subject}}', $subject)