]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-wernis.php
More bugs fixed, thanks to Piter01: :-)
[mailer.git] / inc / modules / member / what-wernis.php
index eba573efd6aa7a8d4fccf870bf7d65f515e53992..627ac41651dea3f0093dba0ad5018d1bec572062 100644 (file)
@@ -38,7 +38,7 @@ if (!defined('__SECURITY')) {
 } elseif (!IS_MEMBER()) {
        // User is not logged in
        LOAD_URL("modules.php?module=index");
-} elseif ((!EXT_IS_ACTIVE("wernis")) && (!IS_ADMIN())) {
+} elseif (!EXT_IS_ACTIVE("wernis"))
        // Extension "wernis" is not activated
        ADD_FATAL(EXTENSION_PROBLEM_EXT_INACTIVE, "wernis");
        return;