moved into
[mailer.git] / inc / modules / member / action-main.php
index 50874082abd3a61bcd758cb81e63313ac62dcf9a..190fd08e98183ff7d9b39257f8d9bf98a5cb521b 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;
 }