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