Fix regression introduced in r5806. Making the ITSM Designer unstable when adding a new attribute to a class.

SVN:trunk[5821]
This commit is contained in:
Guillaume Lajarige
2018-05-30 16:03:33 +00:00
parent b57423386c
commit a01d5c2760

View File

@@ -2437,7 +2437,7 @@ class AttributeApplicationLanguage extends AttributeString
class AttributeFinalClass extends AttributeString
{
const SEARCH_WIDGET_TYPE = self::SEARCH_WIDGET_TYPE_STRING;
protected $m_sValue;
public $m_sValue;
public function __construct($sCode, $aParams)
{
@@ -7079,7 +7079,7 @@ class AttributePropertySet extends AttributeTable
class AttributeFriendlyName extends AttributeDefinition
{
const SEARCH_WIDGET_TYPE = self::SEARCH_WIDGET_TYPE_STRING;
protected $m_sValue;
public $m_sValue;
public function __construct($sCode)
{