// Improve performance and bug fixes

This commit is contained in:
rGaillard
2012-06-06 16:22:48 +00:00
parent e636665621
commit 99b22fbbb8
32 changed files with 97 additions and 66 deletions
+1 -1
View File
@@ -805,7 +805,7 @@ class AdminOrdersControllerCore extends AdminController
}
elseif (Tools::isSubmit('submitAddOrder') && ($id_cart = Tools::getValue('id_cart')) &&
($module_name = Tools::getValue('payment_module_name')) &&
($id_order_state = Tools::getValue('id_order_state')))
($id_order_state = Tools::getValue('id_order_state')) && Validate::isModuleName($module_name))
{
if ($this->tabAccess['edit'] === '1')
{