//fixed bug update form

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9041 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2011-10-05 08:17:51 +00:00
parent 22d2088e69
commit 1c6dae34d1
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))
{