[-] BO : fixed the redirection to a 404 page when loging in in the updater

This commit is contained in:
Damien Metzger
2013-09-20 18:21:10 +02:00
parent 7aa348eb93
commit 5c3b8015e5
+3 -1
View File
@@ -12,4 +12,6 @@ ALTER TABLE `PREFIX_manufacturer_lang` CHANGE `short_description` `short_descrip
/* PHP:add_module_to_hook(blockmyaccount, actionModuleUnRegisterHookAfter); */;
/* PHP:add_module_to_hook(blockmyaccountfooter, actionModuleUnRegisterHookAfter); */;
/* PHP:remove_tab(AdminRangePrice); */;
/* PHP:remove_tab(AdminRangeWeight); */;
/* PHP:remove_tab(AdminRangeWeight); */;
UPDATE `PREFIX_employee` SET default_tab = 1 WHERE default_tab = 0;