fix the updater so it actually works now

This commit is contained in:
Robert Förster (Dessa)
2012-02-17 12:45:01 +01:00
parent 2ea9a6bffa
commit ac74e7e6a7
3 changed files with 4 additions and 4 deletions

View File

@@ -1754,7 +1754,7 @@ if(isFroxlorVersion('0.9.26-rc1'))
if(isFroxlorVersion('0.9.26'))
{
showUpdateStep("Updating from 0.9.26 to 0.9.26-svn1");
showUpdateStep("Updating from 0.9.26 to 0.9.27-svn1");
lastStepStatus(0);
// check for multiple backup_ftp_enabled entries
@@ -1778,5 +1778,5 @@ if(isFroxlorVersion('0.9.26'))
$db->query("INSERT INTO `panel_settings` (`settinggroup`, `varname`, `value`) VALUES ('system', 'backup_ftp_enabled', '". $state ."');");
}
updateToVersion('0.9.26-svn1');
updateToVersion('0.9.27-svn1');
}