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