// Fixing warning on PaymentModule Tab
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15609 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -205,6 +205,10 @@ class AdminPaymentControllerCore extends AdminController
|
||||
|
||||
if (!isset($module->$name_id))
|
||||
$module->$name_id = array();
|
||||
if (!isset($module->currencies_mode))
|
||||
$module->currencies_mode = '';
|
||||
if (!isset($module->currencies))
|
||||
$module->currencies = '';
|
||||
|
||||
// If is a country list and the country is limited, remove it from list
|
||||
if ($name_id == 'country'
|
||||
|
||||
Reference in New Issue
Block a user