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 919467c0..9a6fae09 100644 --- a/install/updates/froxlor/0.9/update_0.9.inc.php +++ b/install/updates/froxlor/0.9/update_0.9.inc.php @@ -1238,5 +1238,5 @@ if(isFroxlorVersion('0.9.14-svn6')) $db->query("DELETE FROM `".TABLE_PANEL_CRONRUNS."` WHERE `cronfile` ='cron_legacy.php';"); lastStepStatus(0); - updateToVersion('0.9.14-svn6'); + updateToVersion('0.9.14-svn10'); }