More bugs fixed, thanks to Piter01: :-)
[mailer.git] / inc / modules / guest / what-top10.php
index f4e0c86e2f03dfc9fb7232356002055bc227e56f..7ae01f4d41dcffa5ffdc584f435e5a2e9f168224 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("top10")) && (!IS_ADMIN())) {
+} elseif (!EXT_IS_ACTIVE("top10"))
        ADD_FATAL(EXTENSION_PROBLEM_EXT_INACTIVE, "top10");
        return;
 }