]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/what-top10.php
Another try to fix bigintval() problem, ticket #114
[mailer.git] / inc / modules / guest / what-top10.php
index 8ccdf36800e601b0dd2ecdc24ac68038df5d320b..05ab1bb19c8673aca51a48ef9f11149b75de7966 100644 (file)
@@ -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__, sprintf(getMessage('EXTENSION_PROBLEM_EXT_INACTIVE'), 'top10'));
+       addFatalMessage(__FILE__, __LINE__, generateExtensionInactiveMessage('top10'));
        return;
 }