Forgot to update updater, refs #964

Signed-off-by: Andreas Burchert (scarya) <scarya@froxlor.org>
This commit is contained in:
Andreas Burchert (scarya)
2011-12-06 16:46:47 +01:00
parent 4eee1d0b52
commit b1cb9ba221

View File

@@ -1725,3 +1725,14 @@ if(isFroxlorVersion('0.9.25-rc1'))
updateToVersion('0.9.25');
}
if(isFroxlorVersion('0.9.25'))
{
showUpdateStep("Updating from 0.9.25 to 0.9.26-rc1");
lastStepStatus(0);
// enable bind by default
$db->query("INSERT INTO `panel_settings` (`settinggroup`, `varname`, `value`) VALUES ('system', 'bind_enable', '1')");
updateToVersion('0.9.26-rc1');
}