X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-send_newsletter.php;h=95e28e8d60980d90e4262a8a7030ecd7e2053674;hb=96dfdd6b8e6a56d6594c3525e5fd2a066697a6de;hp=dcdbaaacb9866d0c8e161649f6709d01ffb77cad;hpb=e5fe5afb17a5c8106f4c890234dfa39419e70f5d;p=mailer.git diff --git a/inc/modules/admin/what-send_newsletter.php b/inc/modules/admin/what-send_newsletter.php index dcdbaaacb9..95e28e8d60 100644 --- a/inc/modules/admin/what-send_newsletter.php +++ b/inc/modules/admin/what-send_newsletter.php @@ -69,7 +69,7 @@ ORDER BY } // Compile message - setRequestPostElement('text', compileCode(postRequestElement('text'))); + setPostRequestElement('text', compileCode(postRequestElement('text'))); // Load template $message = loadEmailTemplate($template, array('text' => postRequestElement('text')), $content['userid']);