]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-beg2.php
Some functions rewritten to hungarian notation, handling of array rewritten
[mailer.git] / inc / modules / member / what-beg2.php
index dad135342079edd14865683a9a54f731fe14ae5b..116fd821d0722256917bc46af2789922e82c3d28 100644 (file)
@@ -38,7 +38,7 @@ if (!defined('__SECURITY')) {
 } elseif (!IS_MEMBER()) {
        LOAD_URL("modules.php[5~?module=index");
 } elseif ((!EXT_IS_ACTIVE("beg")) && (!IS_ADMIN())) {
-       ADD_FATAL(EXTENSION_PROBLEM_EXT_INACTIVE, "beg");
+       addFatalMessage(EXTENSION_PROBLEM_EXT_INACTIVE, "beg");
        return;
 }