From: nupplaPhil Date: Sat, 1 Feb 2020 21:17:19 +0000 (+0100) Subject: fix wrong template X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=abad42f7d24c6df741b3e857d67ecb8cd10cab57;p=friendica.git fix wrong template --- diff --git a/src/Util/EMailer/MailBuilder.php b/src/Util/EMailer/MailBuilder.php index 419edfc36d..fab6c8862d 100644 --- a/src/Util/EMailer/MailBuilder.php +++ b/src/Util/EMailer/MailBuilder.php @@ -162,7 +162,7 @@ abstract class MailBuilder if (!$raw) { // load the template for private message notifications - $tpl = Renderer::getMarkupTemplate('email/notify/html.tpl'); + $tpl = Renderer::getMarkupTemplate('email/html.tpl'); $msgHtml = Renderer::replaceMacros($tpl, [ '$banner' => $this->l10n->t('Friendica Notification'), '$product' => FRIENDICA_PLATFORM,