X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-support.php;h=b6c9d742c6b53cb85abc84bf188e517538b5aabd;hp=a2cfff4929bbb88a4c30998cbca5ca0dd6be5d56;hb=9f6c30cc0e06098171d773d671292081ecee3d29;hpb=64c8349613addc3da2242c5cd6b99d64e3fb5f8e diff --git a/inc/modules/member/what-support.php b/inc/modules/member/what-support.php index a2cfff4929..b6c9d742c6 100644 --- a/inc/modules/member/what-support.php +++ b/inc/modules/member/what-support.php @@ -53,7 +53,7 @@ if ((!isExtensionActive('support')) && (!isAdmin())) { if ((!isFormSent()) || (!isPostRequestElementSet(('qsummary')))) { // Output form - loadTemplate('member_support_form'); + loadTemplate('member_support_form', false, getUserDataArray()); } else { // Load mail template based on your member's decision if (getExtensionVersion('admins') >= '0.4.1') {