A lot fixes to templates and missing functions added, more rewrites
[mailer.git] / inc / modules / member / what-html_mail.php
index e7b9337df4e2c005dbcbea23ff074eb0de2d812a..548b6f609d4131c086c2a089568b2ce48836058b 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())) {
-       addFatalMessage(getMessage('EXTENSION_PROBLEM_EXT_INACTIVE'), "html_mail");
+       addFatalMessage(__FILE__, __LINE__, getMessage('EXTENSION_PROBLEM_EXT_INACTIVE'), "html_mail");
        return;
 }