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 419edfc..fab6c88 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,