Fix the updater.

Signed-off-by: Andreas Burchert (scarya) <scarya@froxlor.org>
This commit is contained in:
Andreas Burchert (scarya)
2011-12-12 20:02:41 +01:00
parent 8dfd27a0dc
commit c947370ddc
2 changed files with 3 additions and 3 deletions

View File

@@ -1727,7 +1727,7 @@ if(isFroxlorVersion('0.9.25-rc1'))
if(isFroxlorVersion('0.9.25'))
{
showUpdateStep("Updating from 0.9.25 to 0.9.26-rc1");
showUpdateStep("Updating from 0.9.25 to 0.9.26-svn1");
lastStepStatus(0);
// enable bind by default
@@ -1754,6 +1754,6 @@ if(isFroxlorVersion('0.9.25'))
$db->query("INSERT INTO `panel_settings` (`settinggroup`, `varname`, `value`) VALUES ('system', 'backup_enabled', '". $state ."');");
}
updateToVersion('0.9.26-rc1');
updateToVersion('0.9.26-svn1');
}

View File

@@ -73,6 +73,6 @@ define('PACKAGE_ENABLED', 2);
// VERSION INFO
$version = '0.9.25';
$version = '0.9.26-svn1';
$dbversion = '2';
$branding = '';