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 ea4c8453..b72a2e8f 100644 --- a/install/updates/froxlor/0.9/update_0.9.inc.php +++ b/install/updates/froxlor/0.9/update_0.9.inc.php @@ -394,7 +394,7 @@ if(isFroxlorVersion('0.9.3-svn5')) if(isFroxlorVersion('0.9.4')) { - showUpdateStep("Updating from 0.9.4 to 0.9.4-svn1", true); + showUpdateStep("Updating from 0.9.4 to 0.9.4-svn1", false); showUpdateStep("Adding new settings"); $db->query("INSERT INTO `" . TABLE_PANEL_SETTINGS . "` (`settinggroup`, `varname`, `value`) VALUES ('system', 'awstats_path', '/usr/bin/');");