moved into
[mailer.git] / inc / modules / member / action-logout.php
index a1ae3d952847a733388727b9ba87add687343497..186f716c5160a21011e501fa2b8158afe8e70052 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;
 }