diff --git a/install/updates/froxlor/0.10/update_0.10.inc.php b/install/updates/froxlor/0.10/update_0.10.inc.php index 870b39cc..713a397d 100644 --- a/install/updates/froxlor/0.10/update_0.10.inc.php +++ b/install/updates/froxlor/0.10/update_0.10.inc.php @@ -21,8 +21,8 @@ if (! defined('_CRON_UPDATE')) { } } -if (isFroxlorVersion('0.9.40')) { - showUpdateStep("Updating from 0.9.40 to 0.10.0", false); +if (isFroxlorVersion('0.9.40.1')) { + showUpdateStep("Updating from 0.9.40.1 to 0.10.0", false); showUpdateStep("Adding new api keys table"); Database::query("DROP TABLE IF EXISTS `api_keys`;"); 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 158c40af..5b22a75b 100644 --- a/install/updates/froxlor/0.9/update_0.9.inc.php +++ b/install/updates/froxlor/0.9/update_0.9.inc.php @@ -4065,3 +4065,9 @@ if (isFroxlorVersion('0.9.39.5')) { showUpdateStep("Updating from 0.9.39.5 to 0.9.40", false); updateToVersion('0.9.40'); } + +if (isFroxlorVersion('0.9.40')) { + + showUpdateStep("Updating from 0.9.40 to 0.9.40.1", false); + updateToVersion('0.9.40.1'); +}