diff --git a/core/attributedef/AttributeLongText.php b/core/attributedef/AttributeLongText.php new file mode 100644 index 000000000..73a9668b4 --- /dev/null +++ b/core/attributedef/AttributeLongText.php @@ -0,0 +1,45 @@ +GetFormat() === 'html') + ? CMDBChangeOpSetAttributeHTML::class + : CMDBChangeOpSetAttributeLongText::class; + } +} \ No newline at end of file