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