diff --git a/core/attributedef.class.inc.php b/core/attributedef.class.inc.php index 0a7b52d72..90e6b4caa 100644 --- a/core/attributedef.class.inc.php +++ b/core/attributedef.class.inc.php @@ -9641,7 +9641,7 @@ class AttributePropertySet extends AttributeTable $sValue = '*****'; } $sRes .= ""; - $sCell = str_replace("\n", "
\n", Str::pure2html((string)$sValue)); + $sCell = str_replace("\n", "
\n", Str::pure2html(@(string)$sValue)); $sRes .= "$sProperty$sCell"; $sRes .= ""; }