X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Flibs%2Fnewsletter_functions.php;h=0ed71014cc37634fa2541403ccd2ef63cb78fc35;hp=1cb6390749e8ad16c4cbc38ba3d61736ae86f332;hb=2379934be6a196a54f4155bb8e24c49b20736969;hpb=b60d6755eb34f6a302b30eeb363ed0853e8d987d diff --git a/inc/libs/newsletter_functions.php b/inc/libs/newsletter_functions.php index 1cb6390749..0ed71014cc 100644 --- a/inc/libs/newsletter_functions.php +++ b/inc/libs/newsletter_functions.php @@ -128,7 +128,7 @@ function insertNewsletterUrls ($text) { // Wrapper for sending newsletter and wrapping URLs / HTML mail function sendNewsletter ($to, $subject, $message, $mode) { // Send mail away as HTML - if (postRequestParameter('auto_urls') == 'Y') { + if (postRequestElement('auto_urls') == 'Y') { // Automatically insert URLs into newsletter if ((isExtensionActive('html_mail')) && ($mode == 'html')) { // Send HTML mail