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