fix the updater so it actually works now
This commit is contained in:
@@ -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');
|
||||
}
|
||||
Reference in New Issue
Block a user