X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fmodules%2Fguest%2Fwhat-top10.php;h=b784135a098b63a4bbda012909148c1269319e5b;hb=1e2a4228e071a67a2d79e970a843e3e30476cfb8;hp=05ab1bb19c8673aca51a48ef9f11149b75de7966;hpb=f123b06b1ce325b4956d9f3b9ac01c84bcc8d605;p=mailer.git diff --git a/inc/modules/guest/what-top10.php b/inc/modules/guest/what-top10.php index 05ab1bb19c..b784135a09 100644 --- a/inc/modules/guest/what-top10.php +++ b/inc/modules/guest/what-top10.php @@ -41,7 +41,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(__FILE__, __LINE__, generateExtensionInactiveMessage('top10')); + addFatalMessage(__FILE__, __LINE__, generateExtensionInactiveNotInstalledMessage('top10')); return; }