Some functions rewritten to hungarian notation, handling of array rewritten
[mailer.git] / inc / modules / member / what-html_mail.php
index c961f043d4b7968f67ef748c9ba910913fa71827..c847867ca12239e5b35fa531f27de1e8b59dd2e0 100644 (file)
@@ -38,7 +38,7 @@ if (!defined('__SECURITY')) {
 } elseif (!IS_MEMBER()) {
        LOAD_URL("modules.php?module=index");
 } elseif ((!EXT_IS_ACTIVE("html_mail")) && (!IS_ADMIN())) {
-       ADD_FATAL(EXTENSION_PROBLEM_EXT_INACTIVE, "html_mail");
+       addFatalMessage(EXTENSION_PROBLEM_EXT_INACTIVE, "html_mail");
        return;
 }