From 2f431a0d14c69fc1f9df4e59ef48eb3cba119434 Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Thu, 21 Nov 2019 10:05:22 +0100 Subject: [PATCH] :bug: Fix SynchroAttLinkSet.attribute_qualifier default value Old typo (in a galaxy far, far away) : 1e688706 --- synchro/synchrodatasource.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synchro/synchrodatasource.class.inc.php b/synchro/synchrodatasource.class.inc.php index cd084f260..0cbf6c324 100644 --- a/synchro/synchrodatasource.class.inc.php +++ b/synchro/synchrodatasource.class.inc.php @@ -1658,7 +1658,7 @@ class SynchroAttLinkSet extends SynchroAttribute MetaModel::Init_AddAttribute(new AttributeString('attribute_qualifier', array( 'allowed_values' => null, 'sql' => 'attribute_qualifier', - 'default_value' => '\'', + 'default_value' => '', 'is_null_allowed' => true, 'depends_on' => array(), )));