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