X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-html_mail.php;h=af47b72b987fe807b42a5773ed36f4f1dc647214;hp=8343af91d07f12de65f6ff28f7c7b5fdc4849c7a;hb=77cdaff2afb97ed32985ced906a3a95ee078c2ef;hpb=1fe7cf281be6832ba105934537aba5127892c576 diff --git a/inc/modules/member/what-html_mail.php b/inc/modules/member/what-html_mail.php index 8343af91d0..af47b72b98 100644 --- a/inc/modules/member/what-html_mail.php +++ b/inc/modules/member/what-html_mail.php @@ -38,7 +38,7 @@ if (!defined('__SECURITY')) { } elseif (!IS_MEMBER()) { LOAD_URL("modules.php?module=index"); } elseif ((!EXT_IS_ACTIVE("html_mail")) && (!IS_ADMIN())) { - addFatalMessage(EXTENSION_PROBLEM_EXT_INACTIVE, "html_mail"); + addFatalMessage(getMessage('EXTENSION_PROBLEM_EXT_INACTIVE'), "html_mail"); return; }