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

This commit is contained in:
rMalie
2012-02-16 14:10:30 +00:00
parent e9d113dac7
commit c02982a8f8
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';