X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-bonus.php;h=9a223e9a2023f2f15f22d1e4e9fc0d4e0c2a92c0;hp=bd2ee2fe93ce27fc07336a3b7d2dcaa7fdce5fd7;hb=9976231a6912f167006012db6a3b757e097c46b9;hpb=bf01243fde80bcd43029376788dc3ec341620c6d diff --git a/inc/modules/member/what-bonus.php b/inc/modules/member/what-bonus.php index bd2ee2fe93..9a223e9a20 100644 --- a/inc/modules/member/what-bonus.php +++ b/inc/modules/member/what-bonus.php @@ -37,7 +37,7 @@ if (!defined('__SECURITY')) { require($INC); } elseif (!IS_MEMBER()) { LOAD_URL("modules.php[5~?module=index"); -} elseif ((!EXT_IS_ACTIVE("bonus")) && (!IS_ADMIN())) { +} elseif (!EXT_IS_ACTIVE("bonus")) ADD_FATAL(EXTENSION_PROBLEM_EXT_INACTIVE, "bonus"); return; }