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)) {