// Fix bug in AdminPaymentController && added toolbar
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10521 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -700,6 +700,8 @@ abstract class ModuleCore
|
||||
$item->is_configurable = isset($tmpModule->is_configurable) ? $tmpModule->is_configurable : 1;
|
||||
$item->need_instance = isset($tmpModule->need_instance) ? $tmpModule->need_instance : 0;
|
||||
$item->active = $tmpModule->active;
|
||||
$item->currencies = isset($tmpModule->currencies) ? $tmpModule->currencies : null;
|
||||
$item->currencies_mode = isset($tmpModule->currencies_mode) ? $tmpModule->currencies_mode : null;
|
||||
unset($tmpModule);
|
||||
|
||||
$moduleList[] = $item;
|
||||
|
||||
Reference in New Issue
Block a user