// Fixing warning on PaymentModule Tab

This commit is contained in:
fSerny
2012-05-22 10:19:01 +00:00
parent 5e6801a6ce
commit f8235d2309
@@ -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'