// Fix strict standard

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11941 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2011-12-30 14:44:50 +00:00
parent c83d236996
commit e0a445964e
@@ -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