//fixed bug update form

This commit is contained in:
lLefevre
2011-10-05 08:17:51 +00:00
parent 3de9a7277d
commit d311b3c976
2 changed files with 3 additions and 3 deletions
@@ -64,7 +64,6 @@ class AdminShopUrlControllerCore extends AdminController
public function postProcess()
{
info($this->action);
$token = Tools::getValue('token') ? Tools::getValue('token') : $this->token;
if (Tools::isSubmit('submitAdd'.$this->table))
{