Fix AttributeSet history database field size (was too short)

This commit is contained in:
Eric
2018-12-03 09:27:27 +01:00
parent 79d00b9fe6
commit c15d626095
2 changed files with 3 additions and 3 deletions

View File

@@ -409,7 +409,7 @@ abstract class CMDBObject extends DBObject
$oMyChangeOp->Set("newvalue", $value);
$iId = $oMyChangeOp->DBInsertNoReload();
}
elseif ($oAttDef instanceOf AttributeTagSet)
elseif ($oAttDef instanceOf AttributeSet)
{
// Tag Set
//