]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-bonus.php
More bugs fixed, thanks to Piter01: :-)
[mailer.git] / inc / modules / member / what-bonus.php
index bd2ee2fe93ce27fc07336a3b7d2dcaa7fdce5fd7..9a223e9a2023f2f15f22d1e4e9fc0d4e0c2a92c0 100644 (file)
@@ -37,7 +37,7 @@ if (!defined('__SECURITY')) {
        require($INC);
 } elseif (!IS_MEMBER()) {
        LOAD_URL("modules.php[5~?module=index");
        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;
 }
        ADD_FATAL(EXTENSION_PROBLEM_EXT_INACTIVE, "bonus");
        return;
 }