From b721f1b8444ea4b60dc4a665614c85e1ccb195ae Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 2 Aug 2006 01:50:41 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Si=20module=20cat=E9gorie=20non=20actif,?= =?UTF-8?q?=20ne=20pas=20afficher=20dans=20le=20menu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/includes/menus/barre_left/eldy_backoffice.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/includes/menus/barre_left/eldy_backoffice.php b/htdocs/includes/menus/barre_left/eldy_backoffice.php index 83171dcc77a..47cc25c051a 100644 --- a/htdocs/includes/menus/barre_left/eldy_backoffice.php +++ b/htdocs/includes/menus/barre_left/eldy_backoffice.php @@ -492,8 +492,8 @@ class MenuLeft { } if ($conf->categorie->enabled) - $langs->load("categories"); { + $langs->load("categories"); $newmenu->add(DOL_URL_ROOT."/categories/index.php?leftmenu=cat", $langs->trans("Categories"), 0, $user->rights->categorie->lire); if ($user->societe_id == 0) {