From a71128068eeefb1ef7d15bbb2ddf767dab2f0ef1 Mon Sep 17 00:00:00 2001 From: bMancone Date: Thu, 13 Sep 2012 09:14:54 +0000 Subject: [PATCH] [*] BO : Added Mobile category in AdminModulesController --- controllers/admin/AdminModulesController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/controllers/admin/AdminModulesController.php b/controllers/admin/AdminModulesController.php index 2ec8faf5a..75616b685 100644 --- a/controllers/admin/AdminModulesController.php +++ b/controllers/admin/AdminModulesController.php @@ -96,6 +96,7 @@ class AdminModulesControllerCore extends AdminController $this->list_modules_categories['market_place']['name'] = $this->l('Marketplace'); $this->list_modules_categories['social_networks']['name'] = $this->l('Social Networks'); $this->list_modules_categories['others']['name'] = $this->l('Other Modules'); + $this->list_modules_categories['mobile']['name'] = $this->l('Mobile'); // Set Id Employee, Iso Default Country and Filter Configuration $this->id_employee = (int)$this->context->employee->id;