More bugs fixed, thanks to Piter01: :-)
[mailer.git] / inc / modules / member / what-beg.php
index 8cd19555c8351f3d490d927ff1d7a1469d310998..47c3a1710caee127888c5ddccb08c842f880c869 100644 (file)
@@ -37,7 +37,7 @@ if (!defined('__SECURITY')) {
        require($INC);
 } elseif (!IS_MEMBER()) {
        LOAD_URL("modules.php?module=index");
-} elseif ((!EXT_IS_ACTIVE("beg")) && (!IS_ADMIN())) {
+} elseif (!EXT_IS_ACTIVE("beg"))
        ADD_FATAL(EXTENSION_PROBLEM_EXT_INACTIVE, "beg");
        return;
 }