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