Some functions rewritten to hungarian notation, handling of array rewritten
[mailer.git] / inc / modules / guest / what-wernis_portal.php
index fa37e336630a31661b7677892b9da2b82ac0957f..eb6491c642e0468b9dd653566a27c8ae28c20e57 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("wernis")) && (!IS_ADMIN())) {
-       ADD_FATAL(EXTENSION_PROBLEM_EXT_INACTIVE, "wernis");
+       addFatalMessage(EXTENSION_PROBLEM_EXT_INACTIVE, "wernis");
        return;
 }