More fixes from profi-concept for extension loading, guest/member menu and smaller...
[mailer.git] / inc / modules / guest / what-wernis_portal.php
index 0cb400b6cb811a77283f7b769ca4f21cdc300ead..c891089b7ec2e128441152eed6298f4c50aed76d 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("wernis")) {
+} elseif ((!EXT_IS_ACTIVE("wernis")) && (!IS_ADMIN())) {
        ADD_FATAL(EXTENSION_PROBLEM_EXT_INACTIVE, "wernis");
        return;
 }