X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fguest%2Fwhat-top10.php;h=b055bae9ef8c536bfa47439cd1a8fb39548730aa;hb=c81e9ed85e01215e464d94446773bcd5e6699194;hp=9e1dce294251c6727cb0ea6bbe6e0107fcc0c98e;hpb=d5ee31ebfc85f22fc691b8c2753c42e188c1c4ef;p=mailer.git diff --git a/inc/modules/guest/what-top10.php b/inc/modules/guest/what-top10.php index 9e1dce2942..b055bae9ef 100644 --- a/inc/modules/guest/what-top10.php +++ b/inc/modules/guest/what-top10.php @@ -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())) { - addFatalMessage(EXTENSION_PROBLEM_EXT_INACTIVE, "top10"); + addFatalMessage(getMessage('EXTENSION_PROBLEM_EXT_INACTIVE'), "top10"); return; }