From 055134719db3026e85706e7cb4f2eb5ac08195ba Mon Sep 17 00:00:00 2001 From: gRoussac Date: Fri, 2 Aug 2013 18:33:53 +0200 Subject: [PATCH] [-] BO : Fix warning in AdminAttributesGroups after https://github.com/PrestaShop/PrestaShop/pull/392 --- controllers/admin/AdminAttributesGroupsController.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/controllers/admin/AdminAttributesGroupsController.php b/controllers/admin/AdminAttributesGroupsController.php index dcdebe533..4e3a2f1aa 100644 --- a/controllers/admin/AdminAttributesGroupsController.php +++ b/controllers/admin/AdminAttributesGroupsController.php @@ -331,7 +331,8 @@ class AdminAttributesGroupsControllerCore extends AdminController ); $this->fields_form['input'][] = array( - 'type' => 'closediv' + 'type' => 'closediv', + 'name' => '' ); $this->fields_form['submit'] = array(