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