From 380723056a536f40ccc56863e71f56370dcd5769 Mon Sep 17 00:00:00 2001 From: vdumas Date: Wed, 10 May 2023 10:24:12 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B05559=20-=20Obsolete=20replica=20locks=20?= =?UTF-8?q?object=20edition=20-=20fix=20default=20param=20value?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/config.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/config.class.inc.php b/core/config.class.inc.php index 0bd4418b8..fe3a11a1c 100644 --- a/core/config.class.inc.php +++ b/core/config.class.inc.php @@ -483,7 +483,7 @@ class Config 'synchro_obsolete_replica_locks_object' => [ 'type' => 'bool', 'description' => 'Obsolete synchro replicas prevent object modification by any mean (eg. anonymization)', - 'default' => 'true', + 'default' => true, 'value' => '', 'source_of_value' => '', 'show_in_conf_sample' => true,