diff --git a/core/attributedef.class.inc.php b/core/attributedef.class.inc.php index b77887581..acdad362b 100644 --- a/core/attributedef.class.inc.php +++ b/core/attributedef.class.inc.php @@ -1009,7 +1009,7 @@ class AttributeIPAddress extends AttributeString * * @package iTopORM */ -class AttributeOQL extends AttributeString +class AttributeOQL extends AttributeText { public function GetTypeDesc() {return "OQL expression";} }