fix wrong template

This commit is contained in:
nupplaPhil 2020-02-01 22:17:19 +01:00
parent 7a8eca90f9
commit abad42f7d2
No known key found for this signature in database
GPG Key ID: D8365C3D36B77D90
1 changed files with 1 additions and 1 deletions

View 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,