mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Merge branch '1.4.x' of github.com:appwrite/appwrite into cl-1.4.x
This commit is contained in:
commit
416e5cc88c
1 changed files with 1 additions and 1 deletions
|
|
@ -426,7 +426,7 @@ class Certificates extends Action
|
|||
$locale->setDefault('en');
|
||||
}
|
||||
|
||||
$body = Template::fromFile(__DIR__ . '/../config/locale/templates/email-base.tpl');
|
||||
$body = Template::fromFile(__DIR__ . '/../../../../app/config/locale/templates/email-base.tpl');
|
||||
|
||||
$subject = \sprintf($locale->getText("emails.certificate.subject"), $domain);
|
||||
$body
|
||||
|
|
|
|||
Loading…
Reference in a new issue