Index: branches/5.2.x/core/install/step_templates/choose_modules.tpl =================================================================== diff -u -N -r14244 -r15137 --- branches/5.2.x/core/install/step_templates/choose_modules.tpl (.../choose_modules.tpl) (revision 14244) +++ branches/5.2.x/core/install/step_templates/choose_modules.tpl (.../choose_modules.tpl) (revision 15137) @@ -26,7 +26,7 @@ $selected = Array ('core'); } - $modules_helper =& $this->Application->recallObject('ModulesHelper'); + $modules_helper = $this->Application->recallObject('ModulesHelper'); /* @var $modules_helper kModulesHelper */ $licensed_modules = array_map('strtolower', $modules_helper->_GetModules());