[-] BO : Fix warning in AdminAttributesGroups after https://github.com/PrestaShop/PrestaShop/pull/392
This commit is contained in:
@@ -331,7 +331,8 @@ class AdminAttributesGroupsControllerCore extends AdminController
|
||||
);
|
||||
|
||||
$this->fields_form['input'][] = array(
|
||||
'type' => 'closediv'
|
||||
'type' => 'closediv',
|
||||
'name' => ''
|
||||
);
|
||||
|
||||
$this->fields_form['submit'] = array(
|
||||
|
||||
Reference in New Issue
Block a user