From 30cbe4f4bc6c1bcf12a276fd4a89bcca56367b45 Mon Sep 17 00:00:00 2001 From: fSerny Date: Wed, 11 Jan 2012 09:00:57 +0000 Subject: [PATCH] [+] BO : Adding e-mailing module category --- controllers/admin/AdminModulesController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/controllers/admin/AdminModulesController.php b/controllers/admin/AdminModulesController.php index b743a3719..a6363c1eb 100644 --- a/controllers/admin/AdminModulesController.php +++ b/controllers/admin/AdminModulesController.php @@ -82,6 +82,7 @@ class AdminModulesControllerCore extends AdminController $this->list_modules_categories['checkout']['name'] = $this->l('Checkout'); $this->list_modules_categories['content_management']['name'] = $this->l('Content Management'); $this->list_modules_categories['export']['name'] = $this->l('Export'); + $this->list_modules_categories['emailing']['name'] = $this->l('E-mailing'); $this->list_modules_categories['front_office_features']['name'] = $this->l('Front Office Features'); $this->list_modules_categories['i18n_localization']['name'] = $this->l('I18n & Localization'); $this->list_modules_categories['merchandizing']['name'] = $this->l('Merchandizing');