// 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:
vChabot
2012-01-10 17:20:00 +00:00
parent d6b2cdeab1
commit b8de333b30
4 changed files with 71 additions and 69 deletions
@@ -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);
}