// Fix default shop associations in helper shop #PSTEST-770

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13392 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2012-02-16 14:10:30 +00:00
parent 8643de7311
commit b0590e342e
8 changed files with 81 additions and 81 deletions
@@ -2503,7 +2503,7 @@ class AdminProductsControllerCore extends AdminController
// Multishop block
$data->assign('feature_shop_active', Shop::isFeatureActive());
$helper = new Helper();
$helper = new HelperForm();
if ($this->object && $this->object->id)
$helper->id = $this->object->id;
else