]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/action-extras.php
moved into
[mailer.git] / inc / modules / member / action-extras.php
index 3d8870110ee3e61a246950a92088f849b3a4a988..8b12b5640abd8c21a96848195f3f5892d0f82c28 100644 (file)
@@ -37,7 +37,7 @@ if (!defined('__SECURITY')) {
        require($INC);
 } elseif (!IS_MEMBER()) {
        LOAD_URL("modules.php?module=index");
-} elseif ($BLOCK_MODE) {
+} elseif ($GLOBALS['block_mode']) {
        // Block mode detected
        return;
 }