X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-user_contct.php;h=03f6629995a1f09f5e4470658a4738f1c3d1c77f;hb=dc25bd7a76750f02e2d617c9db9eb0aae53270f5;hp=6e9e43f4cd66dce2d3fc92b4044af352300bd84d;hpb=330dbb3e2b34450cd1665497506455e195a0a166;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--}');