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