X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-support.php;h=ccf52971de92da40bd25546502fd966b63def185;hb=f6014bce7255a915872f2f463247440c0d58f9a9;hp=c6a93449337e7817dd1a566c50f1023d07cc7a2a;hpb=0a37fc5afcd828646d4e62e68fea07c3d2c54a87;p=mailer.git diff --git a/inc/modules/member/what-support.php b/inc/modules/member/what-support.php index c6a9344933..ccf52971de 100644 --- a/inc/modules/member/what-support.php +++ b/inc/modules/member/what-support.php @@ -52,7 +52,7 @@ if ((!isExtensionActive('support')) && (!isAdmin())) { if ((!isFormSent()) || (!isPostRequestElementSet('qsummary'))) { // Output form - loadTemplate('member_support_form', false, getUserDataArray()); + loadTemplate('member_support_form'); } else { // Load mail template based on your member's decision if (isExtensionInstalledAndNewer('admins', '0.4.1')) { @@ -70,8 +70,8 @@ if ((!isFormSent()) || (!isPostRequestElementSet('qsummary'))) { break; case 'reflink': - $subj_a = '{--ADMIN_SUPPORT_REFERAL_LINK_SUBJECT--}'; - $subj_m = '{--MEMBER_SUPPORT_REFERAL_LINK_SUBJECT--}'; + $subj_a = '{--ADMIN_SUPPORT_REFERRAL_LINK_SUBJECT--}'; + $subj_m = '{--MEMBER_SUPPORT_REFERRAL_LINK_SUBJECT--}'; break; case 'unconfirmed':