X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_admin.php;h=8f42cfc5ec5dbad039460e8c48184124fe6ba496;hb=77cdaff2afb97ed32985ced906a3a95ee078c2ef;hp=83084f6f6bbe9dcd9fc3d5b0c33de90b6f6d81d8;hpb=357b2ca133fc1f89db74097955c366cb4bee6996;p=mailer.git diff --git a/inc/modules/admin/what-config_admin.php b/inc/modules/admin/what-config_admin.php index 83084f6f6b..8f42cfc5ec 100644 --- a/inc/modules/admin/what-config_admin.php +++ b/inc/modules/admin/what-config_admin.php @@ -44,7 +44,7 @@ if (isset($_POST['ok'])) { ADMIN_SAVE_SETTINGS($_POST); } else { // Prepare data for the template - switch ($_CONFIG['admin_menu']) + switch (getConfig('admin_menu')) { case "NEW": define('__ADMIN_MENU_NEW', " checked=\"checked\"");