X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-user_contct.php;h=03f6629995a1f09f5e4470658a4738f1c3d1c77f;hb=80769d81cc67b9213ea436e07365982fb3e7600d;hp=6e9e43f4cd66dce2d3fc92b4044af352300bd84d;hpb=305141b6b5b656e0fb10505e5ae66fdc0ce2e391;p=mailer.git diff --git a/inc/modules/admin/what-user_contct.php b/inc/modules/admin/what-user_contct.php index 6e9e43f4cd..03f6629995 100644 --- a/inc/modules/admin/what-user_contct.php +++ b/inc/modules/admin/what-user_contct.php @@ -62,7 +62,7 @@ if ((isGetRequestParameterSet('userid')) && (bigintval(getRequestParameter('user $message = loadEmailTemplate('member_contct', $content, getRequestParameter('userid')); // Send contact form out - sendEmail($content['email'], '{--ADMIN_CONTACT_USER_SUBJECT--}', $message); + sendEmail($content['userid'], '{--ADMIN_CONTACT_USER_SUBJECT--}', $message); // Display message displayMessage('{--ADMIN_USER_CONTACTED--}');