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 6aeea723..50f4720a 100644 --- a/install/updates/froxlor/0.9/update_0.9.inc.php +++ b/install/updates/froxlor/0.9/update_0.9.inc.php @@ -4060,3 +4060,9 @@ if (isDatabaseVersion('201809180')) { updateToDbVersion('201809280'); } + +if (isFroxlorVersion('0.9.39.5')) { + + showUpdateStep("Updating from 0.9.39.5 to 0.9.40", false); + updateToVersion('0.9.40'); +}