]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-html_mail.php
New method generateExtensionInactiveMessage() introduced
[mailer.git] / inc / modules / member / what-html_mail.php
index 0e19e054a65b8fbda7d1381a52cad448a13970e6..4f3b61e135568369938c5f889b6484dbeba18ff4 100644 (file)
@@ -43,7 +43,7 @@ if (!defined('__SECURITY')) {
 } elseif (!IS_MEMBER()) {
        redirectToUrl('modules.php?module=index');
 } elseif ((!EXT_IS_ACTIVE('html_mail')) && (!IS_ADMIN())) {
-       addFatalMessage(__FILE__, __LINE__, sprintf(getMessage('EXTENSION_PROBLEM_EXT_INACTIVE'), 'html_mail'));
+       addFatalMessage(__FILE__, __LINE__, generateExtensionInactiveMessage('html_mail'));
        return;
 }