]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-html_mail.php
New naming convention applied to many functions, see #118 for details
[mailer.git] / inc / modules / member / what-html_mail.php
index 277ba64c8d36859b6505072307b404228dce4ce3..90a6f7aadde8a04189d70b261f909ed50d28959f 100644 (file)
@@ -41,7 +41,7 @@ if (!defined('__SECURITY')) {
        $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), '/inc') + 4) . '/security.php';
        require($INC);
 } elseif (!IS_MEMBER()) {
-       LOAD_URL('modules.php?module=index');
+       redirectToUrl('modules.php?module=index');
 } elseif ((!EXT_IS_ACTIVE('html_mail')) && (!IS_ADMIN())) {
        addFatalMessage(__FILE__, __LINE__, sprintf(getMessage('EXTENSION_PROBLEM_EXT_INACTIVE'), 'html_mail'));
        return;