X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Findex.php;h=7c13b54fa4124644645ea50832c5a56b39f5f89e;hb=fe1e1d3b8291b1ca991e3d2e639cb28097c53d74;hp=10525b30e92d5075bb8103bb64ca366b1d14b7a4;hpb=03f62d0b89aa9276ac37f4d616d940fae184d850;p=mailer.git diff --git a/inc/modules/index.php b/inc/modules/index.php index 10525b30e9..7c13b54fa4 100644 --- a/inc/modules/index.php +++ b/inc/modules/index.php @@ -76,7 +76,7 @@ if ((getConfig('guest_menu') == 'Y') || (!EXT_IS_ACTIVE('sql_patches', true))) { LOAD_TEMPLATE('guest_menu_content'); // Disable block-mode by default -$GLOBALS['block_mode'] = false; +enableBlockMode(false); // Construct FQFN $INC = sprintf("inc/modules/guest/action-%s.php", getAction());