Skip to content

Commit

Permalink
fix current stable version in updater for nightly users (switching fr…
Browse files Browse the repository at this point in the history
…om stable/testing)

Signed-off-by: Michael Kaufmann <[email protected]>
  • Loading branch information
d00p committed Feb 11, 2024
1 parent 8132976 commit fb5958f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/updates/froxlor/update_2.2.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
}
}

if (Froxlor::isFroxlorVersion('2.1.4')) {
if (Froxlor::isFroxlorVersion('2.1.6')) {
Update::showUpdateStep("Enhancing virtual email table");
Database::query("ALTER TABLE `" . TABLE_MAIL_VIRTUAL . "` ADD `spam_tag_level` float(4,1) NOT NULL DEFAULT 7.0;");
Database::query("ALTER TABLE `" . TABLE_MAIL_VIRTUAL . "` ADD `spam_kill_level` float(4,1) NOT NULL DEFAULT 14.0;");
Expand Down

0 comments on commit fb5958f

Please sign in to comment.