diff --git a/core/model/fieldtypes/MultiEnum.php b/core/model/fieldtypes/MultiEnum.php index 961f4f917..5f8b52407 100755 --- a/core/model/fieldtypes/MultiEnum.php +++ b/core/model/fieldtypes/MultiEnum.php @@ -17,7 +17,7 @@ class MultiEnum extends Enum { /** - * Return a dropdown field suitable for editing this field + * Return a {@link CheckboxSetField} suitable for editing this field */ function formField($title = null, $name = null, $hasEmpty = false, $value = "", $form = null) { if(!$title) $title = $this->name;