X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-admins_contct.php;h=c6341ea4f1bef92d40e9ab0081f8256d73827147;hb=4208fbe9ca328edf4020476d2a6d8eb14b99dfcb;hp=9b525cc5e52357f5661451ff49f542f183122799;hpb=357b2ca133fc1f89db74097955c366cb4bee6996;p=mailer.git diff --git a/inc/modules/admin/what-admins_contct.php b/inc/modules/admin/what-admins_contct.php index 9b525cc5e5..c6341ea4f1 100644 --- a/inc/modules/admin/what-admins_contct.php +++ b/inc/modules/admin/what-admins_contct.php @@ -48,7 +48,7 @@ if ((isset($_POST['ok'])) && (!empty($_GET['admin']))) { SEND_ADMIN_MESSAGE($_GET['admin'], ADMINS_MSG_FROM_ADMIN, $msg); } else { // Load admin's email address - $email = GET_ADMIN_EMAIL(GET_ADMIN_LOGIN(bigintval($_GET['admin']))); + $email = GET_ADMIN_EMAIL(bigintval($_GET['admin'])); // Load email template and send the mail to the admin $msg = LOAD_EMAIL_TEMPLATE("admins_mail_contct_admin", $_POST['text'], "0");