From d93a9d6a574996f85dd185cb9bc2c629386a77fa Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sat, 6 Oct 2007 20:24:42 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20constante=20mal=20d=E9finie?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/admin/menus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/admin/menus.php b/htdocs/admin/menus.php index 906a30e9369..3d7b177a85f 100644 --- a/htdocs/admin/menus.php +++ b/htdocs/admin/menus.php @@ -79,7 +79,7 @@ $head[$h][1] = $langs->trans("MenuHandlers"); $head[$h][2] = 'handler'; $h++; -if ($conf->global->MAIN_LEVEL_FEATURES >= 1) +if ($conf->global->MAIN_FEATURES_LEVEL >= 1) { $head[$h][0] = DOL_URL_ROOT."/admin/menus/index.php"; $head[$h][1] = $langs->trans("MenuAdmin");