diff --git a/gulliver/system/class.xmlform.php b/gulliver/system/class.xmlform.php index 1418fbc38..43d70a182 100644 --- a/gulliver/system/class.xmlform.php +++ b/gulliver/system/class.xmlform.php @@ -5409,8 +5409,8 @@ class XmlForm 'suggest' => XmlFormFieldSuggest::class, 'text' => XmlFormFieldText::class, 'textarea' => XmlFormFieldTextarea::class, - 'textareapm' => XmlFormFieldTextareaPM::class, - 'textpm' => XmlFormFieldTextPM::class, + 'textareapm' => XmlFormFieldTextareaPm::class, + 'textpm' => XmlFormFieldTextPm::class, 'title' => XmlFormFieldTitle::class, 'toolbar' => XmlFormFieldToolBar::class, 'toolbutton' => XmlFormFieldToolButton::class,