[-] BO : Fix warning in AdminAttributesGroups after https://github.com/PrestaShop/PrestaShop/pull/392

This commit is contained in:
gRoussac
2013-08-02 18:33:53 +02:00
parent 47b7e6aab5
commit 055134719d
@@ -331,7 +331,8 @@ class AdminAttributesGroupsControllerCore extends AdminController
);
$this->fields_form['input'][] = array(
'type' => 'closediv'
'type' => 'closediv',
'name' => ''
);
$this->fields_form['submit'] = array(