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