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