Index: branches/5.3.x/core/install/step_templates/choose_modules.tpl =================================================================== diff -u -N -r15483 -r16156 --- branches/5.3.x/core/install/step_templates/choose_modules.tpl (.../choose_modules.tpl) (revision 15483) +++ branches/5.3.x/core/install/step_templates/choose_modules.tpl (.../choose_modules.tpl) (revision 16156) @@ -26,7 +26,7 @@ $selected = Array ('core'); } - $modules_helper = $this->Application->recallObject('ModulesHelper'); + $modules_helper = $this->Application->recallObject('kModulesHelper'); /* @var $modules_helper kModulesHelper */ $licensed_modules = array_map('strtolower', $modules_helper->_GetModules()); @@ -58,4 +58,4 @@ echo sprintf($module_tpl, $module, $module_string, $checked, $error_msg); } -?> \ No newline at end of file +?>