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