Index: branches/5.2.x/core/install.php =================================================================== diff -u -N -r14941 -r15000 --- branches/5.2.x/core/install.php (.../install.php) (revision 14941) +++ branches/5.2.x/core/install.php (.../install.php) (revision 15000) @@ -1,6 +1,6 @@ Application->recallObject('ThemesHelper'); + /* @var $themes_helper kThemesHelper */ + + $themes_helper->synchronizeModule(false); + + // 4. upgrade admin skin if (in_array('core', $modules)) { $skin_upgrade_log = $this->toolkit->upgradeSkin($upgrade_data['core']);