More deprecated checking boolean expressions fixed
[mailer.git] / inc / modules / sponsor.php
index f0450923b3cb35dfa888657046450c79efdaba3a..1067b359030c2c9e3c419e8180e8fd55d83a8de7 100644 (file)
@@ -34,7 +34,7 @@
 if (!defined('__SECURITY')) {
        $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4)."/security.php";
        require($INC);
-} elseif ((!EXT_IS_ACTIVE("sponsor")) && (!IS_ADMIN())) {
+} elseif ((!EXT_IS_ACTIVE("sponsor"))
        ADD_FATAL(EXTENSION_PROBLEM_EXT_INACTIVE);
        return;
 } elseif (!IS_SPONSOR()) {