Some functions rewritten to hungarian notation, handling of array rewritten
[mailer.git] / inc / modules / member / what-beg.php
index 3c52da348780ffd313ba80d635f568a5b28411f6..e9a2d6404b8a234815156f8acbc0fceeab6d2d58 100644 (file)
@@ -38,7 +38,7 @@ if (!defined('__SECURITY')) {
 } elseif (!IS_MEMBER()) {
        LOAD_URL("modules.php?module=index");
 } elseif ((!EXT_IS_ACTIVE("beg")) && (!IS_ADMIN())) {
-       ADD_FATAL(EXTENSION_PROBLEM_EXT_INACTIVE, "beg");
+       addFatalMessage(EXTENSION_PROBLEM_EXT_INACTIVE, "beg");
        return;
 }