From b1cb9ba2213ab0766ef108beb3848baac00a35d1 Mon Sep 17 00:00:00 2001 From: "Andreas Burchert (scarya)" Date: Tue, 6 Dec 2011 16:46:47 +0100 Subject: [PATCH] Forgot to update updater, refs #964 Signed-off-by: Andreas Burchert (scarya) --- install/updates/froxlor/0.9/update_0.9.inc.php | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 2d21427b..6c1efccc 100644 --- a/install/updates/froxlor/0.9/update_0.9.inc.php +++ b/install/updates/froxlor/0.9/update_0.9.inc.php @@ -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'); +} +