From 1c6dae34d198ea04b23b395e33193c137dbbf159 Mon Sep 17 00:00:00 2001 From: lLefevre Date: Wed, 5 Oct 2011 08:17:51 +0000 Subject: [PATCH] //fixed bug update form git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9041 b9a71923-0436-4b27-9f14-aed3839534dd --- admin-dev/themes/template/adminShopUrl.tpl | 5 +++-- controllers/admin/AdminShopUrlController.php | 1 - 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/admin-dev/themes/template/adminShopUrl.tpl b/admin-dev/themes/template/adminShopUrl.tpl index fb80e1657..bbe05ff5c 100644 --- a/admin-dev/themes/template/adminShopUrl.tpl +++ b/admin-dev/themes/template/adminShopUrl.tpl @@ -75,8 +75,9 @@
- {if $tab_form['id']}{/if} -
{l s ='Shop Url'} + {if $tab_form['id']}{/if} +
+ {l s ='Shop Url'}
diff --git a/controllers/admin/AdminShopUrlController.php b/controllers/admin/AdminShopUrlController.php index 30a451bc7..24f749ce7 100644 --- a/controllers/admin/AdminShopUrlController.php +++ b/controllers/admin/AdminShopUrlController.php @@ -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)) {