moved into
[mailer.git] / inc / modules / index.php
index 823f1f3134b02d4c961216e3664333f0afab285c..b74d1a162738cf88a05bde2061b1839502e13a94 100644 (file)
@@ -83,7 +83,7 @@ if ((getConfig('guest_menu') == "Y") || (!EXT_IS_ACTIVE("sql_patches", true))) {
 LOAD_TEMPLATE("guest_menu_content");
 
 // Disable block-mode by default
-$BLOCK_MODE = false;
+$GLOBALS['block_mode'] = false;
 
 // Construct FQFN
 $INC = sprintf("inc/modules/guest/action-%s.php", $GLOBALS['action']);