// errors translations + some improvements
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12326 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -227,6 +227,7 @@ class AdminShopControllerCore extends AdminController
|
||||
|
||||
public function afterUpdate($new_shop)
|
||||
{
|
||||
$new_shop->updateCategories(Tools::getValue('categoryBox'));
|
||||
if (Tools::getValue('useImportData') && ($import_data = Tools::getValue('importData')) && is_array($import_data))
|
||||
$new_shop->copyShopData((int)Tools::getValue('importFromShop'), $import_data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user