Index: branches/unlabeled/unlabeled-1.100.2/admin/install.php =================================================================== diff -u -N -r4564 -r4565 --- branches/unlabeled/unlabeled-1.100.2/admin/install.php (.../install.php) (revision 4564) +++ branches/unlabeled/unlabeled-1.100.2/admin/install.php (.../install.php) (revision 4565) @@ -1,8 +1,7 @@ Compile(); $application->DB->Query( sprintf($theme_update_sql, $stylesheet_id, $application->DB->qstr( getArrayValue($css_hash,$stylesheet_id) ) ) ); } - - // do redirect, because upgrade scripts can eat a lot or memory used for language pack upgrade operation - $application->Redirect('install', Array('state' => 'languagepack_upgrade'), '', 'install.php'); + $application->Done(); // compile stylesheets: end $state = 'languagepack_upgrade';