From 9430f77c2ec356e615f5a6d391de12cdd3f74f3b Mon Sep 17 00:00:00 2001 From: Michael Kaufmann Date: Tue, 15 Oct 2019 07:22:41 +0200 Subject: [PATCH] Setting system.leapiversion exists and just needs to be updated, no added Signed-off-by: Michael Kaufmann --- install/updates/froxlor/0.10/update_0.10.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/updates/froxlor/0.10/update_0.10.inc.php b/install/updates/froxlor/0.10/update_0.10.inc.php index 24b69011..de1737b8 100644 --- a/install/updates/froxlor/0.10/update_0.10.inc.php +++ b/install/updates/froxlor/0.10/update_0.10.inc.php @@ -363,7 +363,7 @@ if (\Froxlor\Froxlor::isFroxlorVersion('0.10.0')) { if (\Froxlor\Froxlor::isDatabaseVersion('201910090')) { showUpdateStep("Adjusting Let's Encrypt API setting"); - Settings::AddNew("system.leapiversion", '2'); + Settings::Set("system.leapiversion", '2'); lastStepStatus(0); \Froxlor\Froxlor::updateToDbVersion('201910110');