diff --git a/sources/PropertyType/ValueType/Leaf/ValueTypeClass.php b/sources/PropertyType/ValueType/Leaf/ValueTypeClass.php index 7f747ea6e..99a637661 100644 --- a/sources/PropertyType/ValueType/Leaf/ValueTypeClass.php +++ b/sources/PropertyType/ValueType/Leaf/ValueTypeClass.php @@ -38,9 +38,6 @@ class ValueTypeClass extends AbstractLeafValueType $aClasses = $oModelReflection->GetClasses($sCategories, true); sort($aClasses); foreach ($aClasses as $sClass) { - if ($oModelReflection->IsAbstract($sClass)) { - continue; - } $sValue = utils::QuoteForPHP($sClass); $sChoices .= << $sValue,