From 7a0a4e377bdc859b0935b46ae5cba2796904048a Mon Sep 17 00:00:00 2001 From: Molkobain Date: Thu, 11 Jan 2024 16:40:40 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B07137=20-=20Fix=20regression=20from=207ff?= =?UTF-8?q?fbb60,=20missing=20"default=5Fvalue"=20parameter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- synchro/synchrodatasource.class.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/synchro/synchrodatasource.class.inc.php b/synchro/synchrodatasource.class.inc.php index be0bfb2e4..de3104ef0 100644 --- a/synchro/synchrodatasource.class.inc.php +++ b/synchro/synchrodatasource.class.inc.php @@ -2077,6 +2077,7 @@ class SynchroReplica extends DBObject implements iDisplay 'class_category' => '', 'more_values' => '', 'sql' => 'dest_class', + 'default_value' => '', 'is_null_allowed' => true, 'depends_on' => array(), )));