]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/action-bank.php
Frameset support entirely removed, TODO extended, minor template fix
[mailer.git] / inc / modules / member / action-bank.php
index 0e60f78b6b754c2479e2aa760f57c5ae80e51030..d334432548d6bbf323173bb55c534ce780955ecd 100644 (file)
@@ -37,6 +37,9 @@ if (!defined('__SECURITY')) {
        require($INC);
 } elseif (!IS_MEMBER()) {
        LOAD_URL("modules.php?module=index");
+} elseif ((!EXT_IS_ACTIVE("bank")) && (!IS_ADMIN())) {
+       ADD_FATAL(EXTENSION_PROBLEM_EXT_INACTIVE, "bank");
+       return;
 } elseif ($BLOCK_MODE) {
        // Block mode detected
        return;