// 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
+1 -1
View File
@@ -320,7 +320,7 @@ class BlockLink extends Module
<div class="margin-form"><input type="checkbox" name="newWindow" id="newWindow" '.((isset($links) && $links['new_window']) ? 'checked="checked"' : '').' /></div>';
if (Shop::isFeatureActive())
{
$helper = new Helper();
$helper = new HelperForm();
$helper->id = (int)Tools::getValue('id_link');
$helper->table = 'blocklink';
$helper->identifier = 'id_blocklink';