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