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