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