Index: branches/unlabeled/unlabeled-1.7.2/admin/backup/restore3.php =================================================================== diff -u -r5521 -r5653 --- branches/unlabeled/unlabeled-1.7.2/admin/backup/restore3.php (.../restore3.php) (revision 5521) +++ branches/unlabeled/unlabeled-1.7.2/admin/backup/restore3.php (.../restore3.php) (revision 5653) @@ -72,8 +72,8 @@ $error = "(".$FileOffset.") ".prompt_language("la_restore_unknown_error"); break; } - echo $error; - die(); + $application =& kApplication::Instance(); + $application->ApplicationDie($error); } } else