N°1693 - the history of AttributeEncryptedString must not interpret HTML tags

This commit is contained in:
acognet
2020-05-11 12:14:55 +02:00
parent c15b3462d1
commit 3fd55c6dd6

View File

@@ -544,7 +544,7 @@ class CMDBChangeOpSetAttributeEncrypted extends CMDBChangeOpSetAttribute
// The attribute was renamed or removed from the object ?
$sAttName = $this->Get('attcode');
}
$sPrevString = $this->Get('prevstring');
$sPrevString = $this->GetAsHTML('prevstring');
$sResult = Dict::Format('Change:AttName_Changed_PreviousValue_OldValue', $sAttName, $sPrevString);
}
return $sResult;