mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-19 00:28:47 +02:00
Bug fix: history of encrypted fields was not recorded properly.
SVN:trunk[1027]
This commit is contained in:
@@ -152,7 +152,7 @@ abstract class CMDBObject extends DBObject
|
||||
{
|
||||
$original = '';
|
||||
}
|
||||
$oMyChangeOp->Set("prevdata", $original);
|
||||
$oMyChangeOp->Set("prevstring", $original);
|
||||
$iId = $oMyChangeOp->DBInsertNoReload();
|
||||
}
|
||||
elseif ($oAttDef instanceOf AttributeBlob)
|
||||
|
||||
Reference in New Issue
Block a user