]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/action-themes.php
Some functions rewritten to hungarian notation, handling of array rewritten
[mailer.git] / inc / modules / member / action-themes.php
index c06b4d9b2193d1c7d9f1336f9654c43044e1e91a..9e39e3e1f8b44a4c91adb7d167d6494df2856a7b 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;
 }