diff --git a/core/attributedef.class.inc.php b/core/attributedef.class.inc.php index 11ede9542..2e5485a66 100644 --- a/core/attributedef.class.inc.php +++ b/core/attributedef.class.inc.php @@ -4729,7 +4729,7 @@ class AttributeExternalField extends AttributeDefinition // Note : As of today, this attribute is -by nature- only supported in readonly mode, not edition $sAttCode = $this->GetCode(); - $sAttCodeFriendlyname = $sAttCode .= '_friendlyname'; + $sAttCodeFriendlyname = $sAttCode . '_friendlyname'; if ($this->IsExternalKey(EXTKEY_ABSOLUTE) && MetaModel::IsValidAttCode(get_class($oObject), $sAttCodeFriendlyname)) { $sAttCode = $sAttCodeFriendlyname;