typo in updater

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2023-05-07 11:03:21 +02:00
parent d90fb7fa68
commit 6900898ae1

View File

@@ -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');
}