Index: branches/unlabeled/unlabeled-1.112.2/admin/install.php =================================================================== diff -u -r7821 -r7943 --- branches/unlabeled/unlabeled-1.112.2/admin/install.php (.../install.php) (revision 7821) +++ branches/unlabeled/unlabeled-1.112.2/admin/install.php (.../install.php) (revision 7943) @@ -662,7 +662,8 @@ $application =& kApplication::Instance(); $application->Init(); - $objThemes->CreateMissingThemes(false); +// $objThemes->CreateMissingThemes(false); + $application->HandleEvent($theme_event, 'adm:OnRebuildThemes'); $css_hash = $application->Conn->GetCol('SELECT LOWER(Name) AS Name, StylesheetId FROM '.TABLE_PREFIX.'Stylesheets', 'StylesheetId');