// 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user