// Fix strict standard

This commit is contained in:
rMalie
2011-12-30 14:44:50 +00:00
parent 7db154c837
commit 78ea9c0523
@@ -475,10 +475,8 @@ class AdminAttributesGroupsControllerCore extends AdminController
* @param $token
* @return mixed
*/
public function processSave()
public function processSave($token)
{
$token = Tools::getValue('token') ? Tools::getValue('token') : $this->token;
if ((int)Tools::getValue('id_attribute') <= 0)
return $this->processAdd($token);
else