Some functions rewritten to hungarian notation, handling of array rewritten
[mailer.git] / inc / modules / member / what-refback.php
index 9563cf746ecef399bd91d81f9f14fff3b4e5ba1c..2a30ff392a24a08ce3fbb29ab376172d8d694588 100644 (file)
@@ -39,7 +39,7 @@ if (!defined('__SECURITY')) {
        // User is not logged in
        LOAD_URL("modules.php?module=index");
 } elseif ((!EXT_IS_ACTIVE("refback")) && (!IS_ADMIN())) {
-       ADD_FATAL(EXTENSION_PROBLEM_EXT_INACTIVE, "refback");
+       addFatalMessage(EXTENSION_PROBLEM_EXT_INACTIVE, "refback");
        return;
 }