mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°931 fix XML export (node was always empty)
This commit is contained in:
@@ -9925,7 +9925,7 @@ class AttributeTagSet extends AttributeSet
|
||||
{
|
||||
$aValues = $value->GetValues();
|
||||
}
|
||||
if (!empty($aValuess))
|
||||
if (!empty($aValues))
|
||||
{
|
||||
$sRes .= '<Tag>'.implode('</Tag><Tag>', $aValues).'</Tag>';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user