]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-payout.php
Frameset support entirely removed, TODO extended, minor template fix
[mailer.git] / inc / modules / member / what-payout.php
index dccd81ffb80efda2ba69cd8a0761c0d6b5f67790..2ad39b14f0cb4a40bbc1dd362689f9abee87f99c 100644 (file)
@@ -39,8 +39,7 @@ if (!defined('__SECURITY')) {
 } elseif (!IS_MEMBER()) {
        // Not logged in
        LOAD_URL("modules.php?module=index");
-} elseif (!EXT_IS_ACTIVE("payout"))
-       // Extension "payout" is not active
+} elseif ((!EXT_IS_ACTIVE("payout")) && (!IS_ADMIN())) {
        ADD_FATAL(EXTENSION_PROBLEM_EXT_INACTIVE, "payout");
        return;
 }