]> git.mxchange.org Git - friendica.git/commitdiff
fix wrong template
authornupplaPhil <admin+github@philipp.info>
Sat, 1 Feb 2020 21:17:19 +0000 (22:17 +0100)
committernupplaPhil <admin+github@philipp.info>
Sun, 2 Feb 2020 21:43:38 +0000 (22:43 +0100)
src/Util/EMailer/MailBuilder.php

index 419edfc36db484569a0cb6bc4834f7f0d3e7ef4e..fab6c8862d4c0b0aa285042829487a3d72ae58bf 100644 (file)
@@ -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,