X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-bonus.php;h=8b13ded196e1674a96c90653740c5857c954093e;hp=9d6b4f95579b7e97b5930ec699b153b632b3aedd;hb=2f0357c7ac9da6c17d361b8e7cb0b1ad09eb85f6;hpb=c7e6618ad49ac528dde20a68c5737712cc6667f0 diff --git a/inc/modules/member/what-bonus.php b/inc/modules/member/what-bonus.php index 9d6b4f9557..8b13ded196 100644 --- a/inc/modules/member/what-bonus.php +++ b/inc/modules/member/what-bonus.php @@ -43,7 +43,7 @@ if (!defined('__SECURITY')) { } elseif (!IS_MEMBER()) { LOAD_URL('modules.php?module=index'); } elseif ((!EXT_IS_ACTIVE('bonus')) && (!IS_ADMIN())) { - addFatalMessage(__FILE__, __LINE__, getMessage('EXTENSION_PROBLEM_EXT_INACTIVE'), 'bonus'); + addFatalMessage(__FILE__, __LINE__, sprintf(getMessage('EXTENSION_PROBLEM_EXT_INACTIVE'), 'bonus')); return; }