From: Roland Häder Date: Fri, 30 Oct 2009 06:59:10 +0000 (+0000) Subject: Yet another missing ... X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=f32d4d859d69b479791736bee7a5ea0ad550e523 Yet another missing ... --- diff --git a/inc/modules/member/what-html_mail.php b/inc/modules/member/what-html_mail.php index 7ca346b0d2..462ef4152d 100644 --- a/inc/modules/member/what-html_mail.php +++ b/inc/modules/member/what-html_mail.php @@ -74,7 +74,7 @@ if (isFormSent()) { $content['html_' . strtolower($content['html'])] = ' checked="checked"'; // Load main template - loadTemplate('member_html_mail_settings'); + loadTemplate('member_html_mail_settings', false, $content); } // [EOF]