X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-bonus.php;h=ee9965faafac13e0fb95628ef8cdcc88a4c19f6a;hp=1d2a80411a2e86f3723a7a99d1ded4e81bfd4511;hb=c78089215285d52d483760699d07a96dfbbe0671;hpb=d016e24dd4686f613a17733b96bc28fac936a4ac diff --git a/inc/modules/member/what-bonus.php b/inc/modules/member/what-bonus.php index 1d2a80411a..ee9965faaf 100644 --- a/inc/modules/member/what-bonus.php +++ b/inc/modules/member/what-bonus.php @@ -38,7 +38,7 @@ if (!defined('__SECURITY')) { } elseif (!IS_MEMBER()) { LOAD_URL("modules.php[5~?module=index"); } elseif ((!EXT_IS_ACTIVE("bonus")) && (!IS_ADMIN())) { - addFatalMessage(getMessage('EXTENSION_PROBLEM_EXT_INACTIVE'), "bonus"); + addFatalMessage(__FILE__, __LINE__, getMessage('EXTENSION_PROBLEM_EXT_INACTIVE'), "bonus"); return; }