From ae595b0f2f10c3391246d7867bb1e115de571d6e Mon Sep 17 00:00:00 2001 From: "Michael Kaufmann (d00p)" Date: Mon, 15 Mar 2010 06:26:04 +0000 Subject: [PATCH] show [OK] when only updating version --- install/updates/froxlor/0.9/update_0.9.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/updates/froxlor/0.9/update_0.9.inc.php b/install/updates/froxlor/0.9/update_0.9.inc.php index 52c2cc62..7a44e783 100644 --- a/install/updates/froxlor/0.9/update_0.9.inc.php +++ b/install/updates/froxlor/0.9/update_0.9.inc.php @@ -309,7 +309,8 @@ if(isFroxlorVersion('0.9.1')) if(isFroxlorVersion('0.9.2')) { - showUpdateStep("Updating from 0.9.2 to 0.9.3", false); + showUpdateStep("Updating from 0.9.2 to 0.9.3"); + lastStepStatus(0); updateToVersion('0.9.3'); }