Reset scripts rewritten in header
[mailer.git] / inc / monthly / monthly_beg.php
index cc69c583b44a218b2999033d24eea9bb126c7b13..3680e6d904b08924135602698d226da6412499f3 100644 (file)
@@ -35,8 +35,7 @@
 if (!defined('__SECURITY')) {
        $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
        require($INC);
-} elseif ((!EXT_IS_ACTIVE("beg")) && (!IS_ADMIN())) {
-       ADD_FATAL(EXTENSION_PROBLEM_EXT_INACTIVE, "beg");
+} elseif (!EXT_IS_ACTIVE("beg")) {
        return;
 }