More bugs fixed, thanks to Piter01: :-)
[mailer.git] / inc / modules / guest / what-active.php
index 2b0a50e368dd0eb51bc57cd10fe6feffaf69da7b..2d701c2ddcdc6ea37054cf5455f39d0a06aa8caf 100644 (file)
@@ -35,7 +35,7 @@
 if (!defined('__SECURITY')) {
        $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
        require($INC);
-} elseif ((!EXT_IS_ACTIVE("active")) && (!IS_ADMIN())) {
+} elseif (!EXT_IS_ACTIVE("active"))
        ADD_FATAL(EXTENSION_PROBLEM_EXT_INACTIVE, "active");
        return;
 }