// submit bulk delete categoy fix

This commit is contained in:
vChabot
2012-03-14 14:18:00 +00:00
parent eaa3bd21b3
commit 8227b70914
2 changed files with 2 additions and 11 deletions
@@ -182,7 +182,7 @@ class AdminCategoriesControllerCore extends AdminController
$this->tpl_list_vars['REQUEST_URI'] = $_SERVER['REQUEST_URI'];
$this->tpl_list_vars['POST'] = $_POST;
}
return parent::renderList();
}
@@ -655,15 +655,6 @@ 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);
}
}