From f32d4d859d69b479791736bee7a5ea0ad550e523 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 30 Oct 2009 06:59:10 +0000 Subject: [PATCH] Yet another missing ... --- inc/modules/member/what-html_mail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] -- 2.39.2