// Add missing }
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10288 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -535,6 +535,7 @@ class AdminModulesControllerCore extends AdminController
|
||||
if ($key != 'configure' && isset($_GET['bpay']))
|
||||
Tools::redirectAdmin('index.php?tab=AdminPayment&token='.Tools::getAdminToken('AdminPayment'.(int)(Tab::getIdFromClassName('AdminPayment')).(int)$this->id_employee));
|
||||
}
|
||||
}
|
||||
if (count($module_errors))
|
||||
{
|
||||
// If error during module installation, no redirection
|
||||
@@ -549,7 +550,7 @@ class AdminModulesControllerCore extends AdminController
|
||||
if ($return)
|
||||
Tools::redirectAdmin(self::$currentIndex.'&conf='.$return.'&token='.$this->token.'&tab_module='.$module->tab.'&module_name='.$module->name);
|
||||
}
|
||||
|
||||
|
||||
public function postProcess()
|
||||
{
|
||||
// Execute filter or callback methods
|
||||
|
||||
Reference in New Issue
Block a user