]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/action-themes.php
New method generateExtensionInactiveMessage() introduced
[mailer.git] / inc / modules / guest / action-themes.php
index 3cf394a871be5247e3170596abe2c494114e6418..6b3118598508712cdb521df6d5c0ee6fe75069dd 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('theme')) && (!IS_ADMIN())) {
-       addFatalMessage(__FILE__, __LINE__, sprintf(getMessage('EXTENSION_PROBLEM_EXT_INACTIVE'), 'theme'));
+       addFatalMessage(__FILE__, __LINE__, generateExtensionInactiveMessage('theme'));
        return;
 }