Prechádzať zdrojové kódy

Customer portal : ExternalField form field was crashing due to a typo.

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@4202 a333f486-631f-4898-b8df-5754b55c2be0
glajarige 9 rokov pred
rodič
commit
cf8c7ac703
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      core/attributedef.class.inc.php

+ 1 - 1
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;