Index: branches/5.2.x/core/install/install_toolkit.php =================================================================== diff -u -N -r14244 -r14428 --- branches/5.2.x/core/install/install_toolkit.php (.../install_toolkit.php) (revision 14244) +++ branches/5.2.x/core/install/install_toolkit.php (.../install_toolkit.php) (revision 14428) @@ -1,6 +1,6 @@ Application->refreshModuleInfo(); // this module configs are now processed // because of configs was read only from installed before modules (in-portal), then reread configs - $unit_config_reader =& $this->Application->recallObject('kUnitConfigReader'); - /* @var $unit_config_reader kUnitConfigReader */ + $this->Application->UnitConfigReader->scanModules(MODULES_PATH . DIRECTORY_SEPARATOR . $module_folder); - $unit_config_reader->scanModules(MODULES_PATH . DIRECTORY_SEPARATOR . $module_folder); - // create correct columns in CustomData table $ml_helper =& $this->Application->recallObject('kMultiLanguageHelper'); $ml_helper->createFields($prefix . '-cdata', true);