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 ef4cb775..f0387d3f 100644 --- a/install/updates/froxlor/0.9/update_0.9.inc.php +++ b/install/updates/froxlor/0.9/update_0.9.inc.php @@ -1635,7 +1635,7 @@ if(isFroxlorVersion('0.9.21')) updateToVersion('0.9.22-svn1'); } -if(isFroxlorVersion('0.9.21-svn1')) +if(isFroxlorVersion('0.9.22-svn1')) { showUpdateStep("Updating from 0.9.22-svn1 to 0.9.22-svn2"); lastStepStatus(0); @@ -1644,4 +1644,4 @@ if(isFroxlorVersion('0.9.21-svn1')) $db->query("UPDATE `" . TABLE_PANEL_SETTINGS . "` SET `value` = '/var/customers/backups/' WHERE `varname` = 'backup_dir';"); updateToVersion('0.9.22-svn2'); -} \ No newline at end of file +}