]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-beg2.php
More bugs fixed, thanks to Piter01: :-)
[mailer.git] / inc / modules / member / what-beg2.php
index d3ce12bbc0794456bc5b08352f8fec96ef01e264..f8952e552b22fedb3e7a488a3de6f76a73a8e50c 100644 (file)
@@ -37,7 +37,7 @@ if (!defined('__SECURITY')) {
        require($INC);
 } elseif (!IS_MEMBER()) {
        LOAD_URL("modules.php[5~?module=index");
-} elseif ((!EXT_IS_ACTIVE("beg")) && (!IS_ADMIN())) {
+} elseif (!EXT_IS_ACTIVE("beg"))
        ADD_FATAL(EXTENSION_PROBLEM_EXT_INACTIVE, "beg");
        return;
 }