// Fix default state for shops #PSTEST-1013

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14168 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2012-03-14 16:31:54 +00:00
parent ba91c597c7
commit b79c1f1aa1
2 changed files with 1 additions and 2 deletions
@@ -435,7 +435,6 @@ class AdminShopControllerCore extends AdminController
(isset($obj->id_group_shop)) ? $obj->id_group_shop : Shop::getContextGroupShopID()),
'id_category' => (Tools::getValue('id_category') ? Tools::getValue('id_category') :
(isset($obj->id_group_shop)) ? $obj->id_group_shop : Shop::getContextGroupShopID()),
'active' => (Tools::getValue('active') ? true : false),
'id_theme_checked' => (isset($obj->id_theme) ? $obj->id_theme : $id_theme)
);