From 3b990704962db0deee65a88c80dc74b7b7cb0475 Mon Sep 17 00:00:00 2001 From: Michael Kaufmann Date: Fri, 3 Jun 2022 08:57:01 +0200 Subject: [PATCH] argh, typo in the version to update to Signed-off-by: Michael Kaufmann --- install/updates/froxlor/0.10/update_0.10.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 47d05dfb..bec63dc7 100644 --- a/install/updates/froxlor/0.10/update_0.10.inc.php +++ b/install/updates/froxlor/0.10/update_0.10.inc.php @@ -983,5 +983,5 @@ if (\Froxlor\Froxlor::isFroxlorVersion('0.10.34')) { if (\Froxlor\Froxlor::isFroxlorVersion('0.10.34.1')) { showUpdateStep("Updating from 0.10.34.1 to 0.10.35", false); - \Froxlor\Froxlor::updateToVersion('0.10.34'); + \Froxlor\Froxlor::updateToVersion('0.10.35'); }