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