A lot fixes to templates and missing functions added, more rewrites
[mailer.git] / inc / modules / member / what-beg2.php
index 27bf1f501a4327fbcc93202c0a8247ac580bd405..593f7b08d63dc3e92393621c20116ba2fbe4b812 100644 (file)
@@ -38,7 +38,7 @@ if (!defined('__SECURITY')) {
 } elseif (!IS_MEMBER()) {
        LOAD_URL("modules.php[5~?module=index");
 } elseif ((!EXT_IS_ACTIVE("beg")) && (!IS_ADMIN())) {
-       addFatalMessage(getMessage('EXTENSION_PROBLEM_EXT_INACTIVE'), "beg");
+       addFatalMessage(__FILE__, __LINE__, getMessage('EXTENSION_PROBLEM_EXT_INACTIVE'), "beg");
        return;
 }