From 6900898ae1fa197544c7b344eaf584137f50a957 Mon Sep 17 00:00:00 2001 From: Michael Kaufmann Date: Sun, 7 May 2023 11:03:21 +0200 Subject: [PATCH] typo in updater Signed-off-by: Michael Kaufmann --- install/updates/froxlor/update_2.x.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/updates/froxlor/update_2.x.inc.php b/install/updates/froxlor/update_2.x.inc.php index b05eb136..47d5bd84 100644 --- a/install/updates/froxlor/update_2.x.inc.php +++ b/install/updates/froxlor/update_2.x.inc.php @@ -483,7 +483,7 @@ if (Froxlor::isFroxlorVersion('2.0.16')) { Froxlor::updateToVersion('2.0.17'); } -if (Froxlor::isFroxlorVersion('2.0.18')) { +if (Froxlor::isFroxlorVersion('2.0.17')) { Update::showUpdateStep("Updating from 2.0.17 to 2.0.18", false); Froxlor::updateToVersion('2.0.18'); }