]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-sponsor.php
Some functions rewritten to hungarian notation, handling of array rewritten
[mailer.git] / inc / modules / member / what-sponsor.php
index f6f60f75b7832926657c96d112bc27ca419e4a7b..fa65035f3a13fb6d21302e2646247e93f805bc5d 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(EXTENSION_PROBLEM_EXT_INACTIVE, "sponsor");
        return;
 }