Some functions rewritten to hungarian notation, handling of array rewritten
[mailer.git] / inc / modules / guest / action-themes.php
index 8bbac22d4670fc25baf0019ff46c75f88da05ea0..810f1ab52b197b5962183b9e2b8cfd5601f724a4 100644 (file)
@@ -36,7 +36,7 @@ if (!defined('__SECURITY')) {
        $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
        require($INC);
 } elseif ((!EXT_IS_ACTIVE("theme")) && (!IS_ADMIN())) {
-       ADD_FATAL(EXTENSION_PROBLEM_EXT_INACTIVE, "theme");
+       addFatalMessage(EXTENSION_PROBLEM_EXT_INACTIVE, "theme");
        return;
 }