// Normalize
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12694 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -97,9 +97,9 @@ class AdminPaymentControllerCore extends AdminController
|
||||
if (Tools::isSubmit('submitModulecountry'))
|
||||
$this->action = 'country';
|
||||
else if (Tools::isSubmit('submitModulecurrency'))
|
||||
$this->action ='currency';
|
||||
$this->action = 'currency';
|
||||
else if (Tools::isSubmit('submitModulegroup'))
|
||||
$this->action ='group';
|
||||
$this->action = 'group';
|
||||
}
|
||||
else
|
||||
$this->errors[] = Tools::displayError('You do not have permission to edit here.');
|
||||
|
||||
Reference in New Issue
Block a user