moved into
[mailer.git] / inc / modules / member / action-rals.php
index 04f9dd695db1928e04ebae9d67af35e44d6b1617..a1a4594439fe4136e076b313dc6c77d3441d6700 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;
 }