]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-support.php
A lot fixes to templates and missing functions added, more rewrites
[mailer.git] / inc / modules / member / what-support.php
index 9062a3841ec0ebf2b519e89c5fde4f5f0f177d30..d1d97542de7ea775bd0cee47553e5c2607cad554 100644 (file)
@@ -38,7 +38,7 @@ if (!defined('__SECURITY')) {
 }  elseif (!IS_MEMBER()){
        LOAD_URL("modules.php?module=index");
 } elseif ((!EXT_IS_ACTIVE("support")) && (!IS_ADMIN())) {
-       addFatalMessage(getMessage('EXTENSION_PROBLEM_EXT_INACTIVE'), "support");
+       addFatalMessage(__FILE__, __LINE__, getMessage('EXTENSION_PROBLEM_EXT_INACTIVE'), "support");
        return;
 }