Index: install.php =================================================================== --- install.php (revision 13367) +++ install.php (working copy) @@ -906,12 +906,12 @@ $this->RunUpgrades($module_info['Path'], $regs[1], 'after'); // upgrade script could operate resulting language pack // after upgrade sqls are executed update version and upgrade language pack - $this->toolkit->SetModuleVersion($module_name, $module_info['ToVersion']); + $this->toolkit->SetModuleVersion($module_name, false, $module_info['ToVersion']); } // for now we set "In-Portal" module version to "Core" module version (during upgrade) if (in_array('core', $modules)) { - $this->toolkit->SetModuleVersion('In-Portal', $upgrade_data['core']['ToVersion']); + $this->toolkit->SetModuleVersion('In-Portal', false, $upgrade_data['core']['ToVersion']); } } break;