From f4e0f63ef72f8828cf1f27b5b3856662ffdf3223 Mon Sep 17 00:00:00 2001 From: Jerome Nadaud Date: Mon, 23 Sep 2013 10:14:23 +0200 Subject: [PATCH] // Add lingerie to activities list --- controllers/admin/AdminPreferencesController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/admin/AdminPreferencesController.php b/controllers/admin/AdminPreferencesController.php index 3959a2634..bfaba03c8 100644 --- a/controllers/admin/AdminPreferencesController.php +++ b/controllers/admin/AdminPreferencesController.php @@ -53,7 +53,6 @@ class AdminPreferencesControllerCore extends AdminController ); $activities1 = array( 0 => $this->l('-- Please choose your main activity --'), - 1 => $this->l('Adult'), 2 => $this->l('Animals and Pets'), 3 => $this->l('Art and Culture'), 4 => $this->l('Babies'), @@ -68,6 +67,7 @@ class AdminPreferencesControllerCore extends AdminController 13 => $this->l('Home and Garden'), 14 => $this->l('Home Appliances'), 15 => $this->l('Jewelry'), + 1 => $this->l('Lingerie and Adult'), 16 => $this->l('Mobile and Telecom'), 17 => $this->l('Services'), 18 => $this->l('Shoes and accessories'),