[*] BO : Added Mobile category in AdminModulesController

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17326 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
bMancone
2012-09-13 09:14:54 +00:00
parent 450768f50b
commit 6d921b6ea0

View File

@@ -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;