// add method processSelectDelete for bulk delete categories
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13815 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -652,6 +652,15 @@ class AdminCategoriesControllerCore extends AdminController
|
||||
INSERT INTO '._DB_PREFIX_.$this->table.'_'.$type.' (`'.pSQL($this->identifier).'`, `id_'.$type.'`)
|
||||
VALUES '.pSQL($insert));
|
||||
}
|
||||
|
||||
/**
|
||||
* @param $token
|
||||
* @return bool
|
||||
*/
|
||||
protected function processSelectDelete($token)
|
||||
{
|
||||
return parent::processBulkDelete($token);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user