Index: branches/5.1.x/core/install.php =================================================================== diff -u -N -r13367 -r13369 --- branches/5.1.x/core/install.php (.../install.php) (revision 13367) +++ branches/5.1.x/core/install.php (.../install.php) (revision 13369) @@ -1,6 +1,6 @@ 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;