A lot fixes to templates and missing functions added, more rewrites
[mailer.git] / inc / modules / member / what-wernis.php
index a0697cedce0b74d87759ef76a27ed0ce3df0626e..3cee4416996f701a07d886f47645cc73d354671e 100644 (file)
@@ -39,7 +39,7 @@ if (!defined('__SECURITY')) {
        // User is not logged in
        LOAD_URL("modules.php?module=index");
 } elseif ((!EXT_IS_ACTIVE("wernis")) && (!IS_ADMIN())) {
-       addFatalMessage(getMessage('EXTENSION_PROBLEM_EXT_INACTIVE'), "wernis");
+       addFatalMessage(__FILE__, __LINE__, getMessage('EXTENSION_PROBLEM_EXT_INACTIVE'), "wernis");
        return;
 }